Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/include/
H A Dmatch.h159 aa_state_t aa_dfa_leftmatch(struct aa_dfa *dfa, aa_state_t start,
/openbmc/linux/security/apparmor/
H A Dmatch.c782 aa_state_t aa_dfa_leftmatch(struct aa_dfa *dfa, aa_state_t start, in aa_dfa_leftmatch() function
H A Ddomain.c420 state = aa_dfa_leftmatch(attach->xmatch.dfa, in find_attach()