Home
last modified time | relevance | path

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

/security/apparmor/include/
Dmatch.h135 unsigned int aa_dfa_outofband_transition(struct aa_dfa *dfa,
/security/apparmor/
Ddomain.c325 state = aa_dfa_outofband_transition(profile->xmatch, state); in aa_xattrs_match()
350 state = aa_dfa_outofband_transition(profile->xmatch, state); in aa_xattrs_match()
Dmatch.c537 unsigned int aa_dfa_outofband_transition(struct aa_dfa *dfa, unsigned int state) in aa_dfa_outofband_transition() function