Searched refs:aa_dfa_match (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/security/apparmor/
H A Dmatch.c339 * aa_dfa_match - traverse @dfa to find state @str stops at
344 * aa_dfa_match will match @str against the dfa and return the state it
350 unsigned int aa_dfa_match(struct aa_dfa *dfa, unsigned int start, aa_dfa_match() function
394 * aa_dfa_match will step through the dfa by one input character @c
H A Ddomain.c118 state = aa_dfa_match(profile->file.dfa, start, ns->base.name); change_profile_perms()
149 unsigned int state = aa_dfa_match(profile->xmatch, list_for_each_entry_rcu()
H A Dfile.c248 state = aa_dfa_match(dfa, start, name); aa_str_perms()
/linux-4.4.14/security/apparmor/include/
H A Dmatch.h122 unsigned int aa_dfa_match(struct aa_dfa *dfa, unsigned int start,

Completed in 62 milliseconds