Home
last modified time | relevance | path

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

/Linux-v5.4/security/apparmor/
Dmatch.c93 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 …]
Dpolicy_unpack.c995 for (i = 0; i < dfa->tables[YYTD_ID_ACCEPT]->td_lolen; i++) { in verify_dfa_xindex()
/Linux-v5.4/security/apparmor/include/
Dmatch.h82 u32 td_lolen; member