Searched refs:aa_dfa_next (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/security/apparmor/include/ |
D | match.h | 133 unsigned int aa_dfa_next(struct aa_dfa *dfa, unsigned int state,
|
D | lib.h | 84 return aa_dfa_next(dfa, start, 0); in aa_dfa_null_transition()
|
/Linux-v5.15/security/apparmor/ |
D | ipc.c | 200 state = aa_dfa_next(profile->policy.dfa, in profile_signal_perm()
|
D | lib.c | 387 state = aa_dfa_next(profile->policy.dfa, in aa_profile_match_label()
|
D | match.c | 518 unsigned int aa_dfa_next(struct aa_dfa *dfa, unsigned int state, in aa_dfa_next() function
|
D | mount.c | 200 state = aa_dfa_next(dfa, state, i + 1); in match_mnt_flags()
|
D | policy_unpack.c | 844 aa_dfa_next(profile->policy.dfa, in unpack_profile()
|