Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
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))
/linux/security/apparmor/
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()

Completed in 5 milliseconds