Home
last modified time | relevance | path

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

/Linux-v5.4/security/apparmor/include/
Dmatch.h153 unsigned int aa_dfa_leftmatch(struct aa_dfa *dfa, unsigned int start,
/Linux-v5.4/security/apparmor/
Dmatch.c728 unsigned int aa_dfa_leftmatch(struct aa_dfa *dfa, unsigned int start, in aa_dfa_leftmatch() function
Ddomain.c411 state = aa_dfa_leftmatch(profile->xmatch, DFA_START, in __attach_match()