Searched refs:td_lolen (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/security/apparmor/ |
D | match.c | 93 th.td_lolen = be32_to_cpu(*(__be32 *) (blob + 8)); in unpack_table() 101 if (th.td_lolen == 0) in unpack_table() 103 tsize = table_size(th.td_lolen, th.td_flags); in unpack_table() 111 table->td_lolen = th.td_lolen; in unpack_table() 113 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table() 116 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table() 119 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table() 158 state_count = tables[YYTD_ID_BASE]->td_lolen; in verify_table_headers() 162 if (state_count != tables[YYTD_ID_ACCEPT]->td_lolen) in verify_table_headers() 168 if (state_count != tables[YYTD_ID_ACCEPT2]->td_lolen) in verify_table_headers() [all …]
|
D | policy_compat.c | 158 state_count = dfa->tables[YYTD_ID_BASE]->td_lolen; in compute_fperms() 182 state_count = xmatch->tables[YYTD_ID_BASE]->td_lolen; in compute_xmatch_perms() 257 state_count = dfa->tables[YYTD_ID_BASE]->td_lolen; in compute_perms() 284 unsigned int state_count = dfa->tables[YYTD_ID_BASE]->td_lolen; in remap_dfa_accept()
|
D | policy_unpack.c | 1183 for (i = 0; i < dfa->tables[YYTD_ID_ACCEPT]->td_lolen; i++) { in verify_dfa_accept_index()
|
/linux-6.6.21/security/apparmor/include/ |
D | match.h | 86 u32 td_lolen; member
|