Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dmatch.h135 unsigned int aa_dfa_outofband_transition(struct aa_dfa *dfa,
/OK3568_Linux_fs/kernel/security/apparmor/
H A Ddomain.c323 state = aa_dfa_outofband_transition(profile->xmatch, state); in aa_xattrs_match()
348 state = aa_dfa_outofband_transition(profile->xmatch, state); in aa_xattrs_match()
H A Dmatch.c537 unsigned int aa_dfa_outofband_transition(struct aa_dfa *dfa, unsigned int state) in aa_dfa_outofband_transition() function