Searched refs:aa_dfa_next (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/security/apparmor/ |
H A D | ipc.c | 95 state = aa_dfa_next(rules->policy.dfa, in profile_signal_perm()
|
H A D | lib.c | 345 state = aa_dfa_next(rules->policy.dfa, in aa_profile_match_label()
|
H A D | policy_unpack.c | 762 policy->start[i] = aa_dfa_next(policy->dfa, policy->start[0], in unpack_pdb() 988 if (aa_dfa_next(rules->policy.dfa, rules->policy.start[0], in unpack_profile() 991 aa_dfa_next(rules->policy.dfa, in unpack_profile()
|
H A D | match.c | 517 aa_state_t aa_dfa_next(struct aa_dfa *dfa, aa_state_t state, const char c) in aa_dfa_next() function
|
H A D | mount.c | 204 state = aa_dfa_next(dfa, state, i + 1); in match_mnt_flags()
|
/openbmc/linux/security/apparmor/include/ |
H A D | match.h | 135 aa_state_t aa_dfa_next(struct aa_dfa *dfa, aa_state_t state, const char c);
|
H A D | lib.h | 94 return aa_dfa_next(dfa, start, 0); in aa_dfa_null_transition()
|