Home
last modified time | relevance | path

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

/Linux-v4.19/security/apparmor/include/
Dmatch.h157 unsigned int aa_dfa_leftmatch(struct aa_dfa *dfa, unsigned int start,
/Linux-v4.19/security/apparmor/
Dmatch.c732 unsigned int aa_dfa_leftmatch(struct aa_dfa *dfa, unsigned int start, in aa_dfa_leftmatch() function
Ddomain.c415 state = aa_dfa_leftmatch(profile->xmatch, DFA_START, in __attach_match()