Searched refs:td_lolen (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/security/apparmor/ |
| D | match.c | 93 th.td_lolen = be32_to_cpu(*(__be32 *) (blob + 8)); in unpack_table() 100 tsize = table_size(th.td_lolen, th.td_flags); in unpack_table() 108 table->td_lolen = th.td_lolen; in unpack_table() 110 UNPACK_ARRAY(table->td_data, blob, 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() 155 state_count = tables[YYTD_ID_BASE]->td_lolen; in verify_table_headers() 159 if (state_count != tables[YYTD_ID_ACCEPT]->td_lolen) in verify_table_headers() 165 if (state_count != tables[YYTD_ID_ACCEPT2]->td_lolen) in verify_table_headers() 168 if (state_count != tables[YYTD_ID_DEF]->td_lolen) in verify_table_headers() [all …]
|
| D | policy_unpack.c | 995 for (i = 0; i < dfa->tables[YYTD_ID_ACCEPT]->td_lolen; i++) { in verify_dfa_xindex()
|
| /Linux-v5.4/security/apparmor/include/ |
| D | match.h | 82 u32 td_lolen; member
|