Home
last modified time | relevance | path

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

/linux-4.1.27/security/apparmor/
Dmatch.c51 th.td_lolen = be32_to_cpu(*(u32 *) (blob + 8)); in unpack_table()
58 tsize = table_size(th.td_lolen, th.td_flags); in unpack_table()
66 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
69 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
72 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
112 state_count = dfa->tables[YYTD_ID_BASE]->td_lolen; in verify_dfa()
116 if (state_count != dfa->tables[YYTD_ID_ACCEPT]->td_lolen) in verify_dfa()
122 if (state_count != dfa->tables[YYTD_ID_ACCEPT2]->td_lolen) in verify_dfa()
125 if (state_count != dfa->tables[YYTD_ID_DEF]->td_lolen) in verify_dfa()
129 trans_count = dfa->tables[YYTD_ID_NXT]->td_lolen; in verify_dfa()
[all …]
Dpolicy_unpack.c308 for (i = 0; i < dfa->tables[YYTD_ID_ACCEPT]->td_lolen; i++) { in verify_accept()
688 for (i = 0; i < dfa->tables[YYTD_ID_ACCEPT]->td_lolen; i++) { in verify_dfa_xindex()
/linux-4.1.27/security/apparmor/include/
Dmatch.h84 u32 td_lolen; member