Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Dmatch.c180 if (tables[YYTD_ID_EC] && tables[YYTD_ID_EC]->td_lolen != 256) in verify_table_headers()
376 case YYTD_ID_EC: in aa_dfa_unpack()
452 if (dfa->tables[YYTD_ID_EC]) { in aa_dfa_match_len()
491 if (dfa->tables[YYTD_ID_EC]) { in aa_dfa_match()
525 if (dfa->tables[YYTD_ID_EC]) { in aa_dfa_next()
579 if (dfa->tables[YYTD_ID_EC]) { in aa_dfa_match_until()
641 if (dfa->tables[YYTD_ID_EC]) { in aa_dfa_matchn_until()
721 if (dfa->tables[YYTD_ID_EC]) { in leftmatch_fb()
/openbmc/linux/security/apparmor/include/
H A Dmatch.h61 #define YYTD_ID_EC 4 macro
94 #define EQUIV_TABLE(DFA) ((u8 *)((DFA)->tables[YYTD_ID_EC]->td_data))