Home
last modified time | relevance | path

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

/security/apparmor/
Dmatch.c80 th.td_lolen = be32_to_cpu(*(__be32 *) (blob + 8)); in unpack_table()
87 tsize = table_size(th.td_lolen, th.td_flags); in unpack_table()
95 table->td_lolen = th.td_lolen; in unpack_table()
97 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
100 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
103 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
143 state_count = dfa->tables[YYTD_ID_BASE]->td_lolen; in verify_dfa()
147 if (state_count != dfa->tables[YYTD_ID_ACCEPT]->td_lolen) in verify_dfa()
153 if (state_count != dfa->tables[YYTD_ID_ACCEPT2]->td_lolen) in verify_dfa()
156 if (state_count != dfa->tables[YYTD_ID_DEF]->td_lolen) in verify_dfa()
[all …]
Dpolicy_unpack.c390 for (i = 0; i < dfa->tables[YYTD_ID_ACCEPT]->td_lolen; i++) { in verify_accept()
896 for (i = 0; i < dfa->tables[YYTD_ID_ACCEPT]->td_lolen; i++) { in verify_dfa_xindex()
/security/apparmor/include/
Dmatch.h85 u32 td_lolen; member