Home
last modified time | relevance | path

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

/linux-4.4.14/security/apparmor/include/
Dmatch.h58 #define YYTD_ID_CHK 2 macro
91 #define CHECK_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_CHK]->td_data))
/linux-4.4.14/security/apparmor/
Dmatch.c108 dfa->tables[YYTD_ID_NXT] && dfa->tables[YYTD_ID_CHK])) in verify_dfa()
130 if (trans_count != dfa->tables[YYTD_ID_CHK]->td_lolen) in verify_dfa()
252 case YYTD_ID_CHK: in aa_dfa_unpack()