Searched refs:td_lolen (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/security/apparmor/ |
D | match.c | 49 th.td_lolen = be32_to_cpu(*(__be32 *) (blob + 8)); in unpack_table() 57 if (th.td_lolen == 0) in unpack_table() 59 tsize = table_size(th.td_lolen, th.td_flags); in unpack_table() 67 table->td_lolen = th.td_lolen; in unpack_table() 69 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table() 72 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table() 75 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table() 114 state_count = tables[YYTD_ID_BASE]->td_lolen; in verify_table_headers() 118 if (state_count != tables[YYTD_ID_ACCEPT]->td_lolen) in verify_table_headers() 124 if (state_count != tables[YYTD_ID_ACCEPT2]->td_lolen) in verify_table_headers() [all …]
|
D | policy_compat.c | 159 state_count = dfa->tables[YYTD_ID_BASE]->td_lolen; in compute_fperms() 183 state_count = xmatch->tables[YYTD_ID_BASE]->td_lolen; in compute_xmatch_perms() 258 state_count = dfa->tables[YYTD_ID_BASE]->td_lolen; in compute_perms() 285 unsigned int state_count = dfa->tables[YYTD_ID_BASE]->td_lolen; in remap_dfa_accept()
|
D | policy_unpack.c | 1182 for (i = 0; i < dfa->tables[YYTD_ID_ACCEPT]->td_lolen; i++) { in verify_dfa_accept_index()
|
/linux-6.12.1/security/apparmor/include/ |
D | match.h | 86 u32 td_lolen; member
|