Home
last modified time | relevance | path

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

/linux-6.12.1/security/apparmor/include/
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-6.12.1/security/apparmor/
Dpolicy_compat.c291 kvfree(dfa->tables[YYTD_ID_ACCEPT2]); in remap_dfa_accept()
292 dfa->tables[YYTD_ID_ACCEPT2] = NULL; in remap_dfa_accept()
Dmatch.c122 if (!tables[YYTD_ID_ACCEPT2]) in verify_table_headers()
124 if (state_count != tables[YYTD_ID_ACCEPT2]->td_lolen) in verify_table_headers()
318 case YYTD_ID_ACCEPT2: in aa_dfa_unpack()