Home
last modified time | relevance | path

Searched refs:ACCEPT_TABLE (Results 1 – 5 of 5) sorted by relevance

/linux/security/apparmor/include/
A Dfile.h143 #define dfa_user_allow(dfa, state) (((ACCEPT_TABLE(dfa)[state]) & 0x7f) | \
144 ((ACCEPT_TABLE(dfa)[state]) & 0x80000000))
148 (dfa_map_xindex(ACCEPT_TABLE(dfa)[state] & 0x3fff))
150 #define dfa_other_allow(dfa, state) ((((ACCEPT_TABLE(dfa)[state]) >> 14) & \
152 ((ACCEPT_TABLE(dfa)[state]) & 0x80000000))
157 dfa_map_xindex((ACCEPT_TABLE(dfa)[state] >> 14) & 0x3fff)
A Dmatch.h95 #define ACCEPT_TABLE(DFA) ((u32 *)((DFA)->tables[YYTD_ID_ACCEPT]->td_data)) macro
A Dlabel.h337 if (!ACCEPT_TABLE(stacksplitdfa)[state]) in aa_label_strn_split()
349 if (!ACCEPT_TABLE(stacksplitdfa)[state]) in aa_label_str_split()
/linux/security/apparmor/
A Dfile.c239 if (ACCEPT_TABLE(dfa)[state] & 0x80000000) in aa_compute_fperms()
241 if (ACCEPT_TABLE(dfa)[state] & 0x40000000) in aa_compute_fperms()
A Dmatch.c574 u32 *accept = ACCEPT_TABLE(dfa); in aa_dfa_match_until()
635 u32 *accept = ACCEPT_TABLE(dfa); in aa_dfa_matchn_until()

Completed in 9 milliseconds