Home
last modified time | relevance | path

Searched refs:td_lolen (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/security/apparmor/
Dmatch.c97 th.td_lolen = be32_to_cpu(*(__be32 *) (blob + 8)); in unpack_table()
104 tsize = table_size(th.td_lolen, th.td_flags); in unpack_table()
112 table->td_lolen = th.td_lolen; in unpack_table()
114 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
117 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
120 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
159 state_count = tables[YYTD_ID_BASE]->td_lolen; in verify_table_headers()
163 if (state_count != tables[YYTD_ID_ACCEPT]->td_lolen) in verify_table_headers()
169 if (state_count != tables[YYTD_ID_ACCEPT2]->td_lolen) in verify_table_headers()
172 if (state_count != tables[YYTD_ID_DEF]->td_lolen) in verify_table_headers()
[all …]
Dpolicy_unpack.c906 for (i = 0; i < dfa->tables[YYTD_ID_ACCEPT]->td_lolen; i++) { in verify_dfa_xindex()
/Linux-v4.19/security/apparmor/include/
Dmatch.h86 u32 td_lolen; member