Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/include/
H A Dmatch.h136 aa_state_t aa_dfa_outofband_transition(struct aa_dfa *dfa, aa_state_t state);
/openbmc/linux/security/apparmor/
H A Ddomain.c319 state = aa_dfa_outofband_transition(attach->xmatch.dfa, state); in aa_xattrs_match()
346 state = aa_dfa_outofband_transition(attach->xmatch.dfa, state); in aa_xattrs_match()
H A Dmatch.c535 aa_state_t aa_dfa_outofband_transition(struct aa_dfa *dfa, aa_state_t state) in aa_dfa_outofband_transition() function