Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/include/
H A Dmatch.h63 #define YYTD_ID_ACCEPT2 6 macro
77 #define ACCEPT2_FLAGS(X) ACCEPT1_FLAGS((X) >> YYTD_ID_ACCEPT2)
79 #define TO_ACCEPT2_FLAG(X) (ACCEPT1_FLAGS(X) << YYTD_ID_ACCEPT2)
96 #define ACCEPT_TABLE2(DFA) ((u32 *)((DFA)->tables[YYTD_ID_ACCEPT2]->td_data))
/openbmc/linux/security/apparmor/
H A Dpolicy_compat.c290 kvfree(dfa->tables[YYTD_ID_ACCEPT2]); in remap_dfa_accept()
291 dfa->tables[YYTD_ID_ACCEPT2] = NULL; in remap_dfa_accept()
H A Dmatch.c166 if (!tables[YYTD_ID_ACCEPT2]) in verify_table_headers()
168 if (state_count != tables[YYTD_ID_ACCEPT2]->td_lolen) in verify_table_headers()
362 case YYTD_ID_ACCEPT2: in aa_dfa_unpack()