Home
last modified time | relevance | path

Searched refs:YYTD_ID_CHK (Results 1 – 2 of 2) sorted by relevance

/security/apparmor/include/
Dmatch.h58 #define YYTD_ID_CHK 2 macro
92 #define CHECK_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_CHK]->td_data))
/security/apparmor/
Dmatch.c139 dfa->tables[YYTD_ID_NXT] && dfa->tables[YYTD_ID_CHK])) in verify_dfa()
161 if (trans_count != dfa->tables[YYTD_ID_CHK]->td_lolen) in verify_dfa()
283 case YYTD_ID_CHK: in aa_dfa_unpack()