Searched refs:aa_dfa_leftmatch (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | match.h | 159 unsigned int aa_dfa_leftmatch(struct aa_dfa *dfa, unsigned int start,
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | match.h | 159 aa_state_t aa_dfa_leftmatch(struct aa_dfa *dfa, aa_state_t start,
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | match.c | 772 * aa_dfa_leftmatch - traverse @dfa to find state @str stops at 784 unsigned int aa_dfa_leftmatch(struct aa_dfa *dfa, unsigned int start, in aa_dfa_leftmatch() function
|
H A D | domain.c | 419 state = aa_dfa_leftmatch(profile->xmatch, DFA_START, in find_attach()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | match.c | 770 * aa_dfa_leftmatch - traverse @dfa to find state @str stops at 782 aa_state_t aa_dfa_leftmatch(struct aa_dfa *dfa, aa_state_t start, in aa_dfa_leftmatch() function
|
H A D | domain.c | 420 state = aa_dfa_leftmatch(attach->xmatch.dfa, in find_attach()
|
Completed in 7 milliseconds