Home
last modified time | relevance | path

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

/linux-3.4.99/security/apparmor/include/
Dmatch.h53 #define YYTD_ID_CHK 2 macro
86 #define CHECK_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_CHK]->td_data))
/linux-3.4.99/security/apparmor/
Dmatch.c106 dfa->tables[YYTD_ID_NXT] && dfa->tables[YYTD_ID_CHK])) in verify_dfa()
128 if (trans_count != dfa->tables[YYTD_ID_CHK]->td_lolen) in verify_dfa()
251 case YYTD_ID_CHK: in aa_dfa_unpack()