Searched refs:aa_dfa_next (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/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 | mount.c | 204 state = aa_dfa_next(dfa, state, i + 1); in match_mnt_flags()
|
H A D | match.c | 508 * aa_dfa_next - step one character to the next state in the dfa 517 aa_state_t aa_dfa_next(struct aa_dfa *dfa, aa_state_t state, const char c) in aa_dfa_next() function
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | match.h | 133 unsigned int aa_dfa_next(struct aa_dfa *dfa, unsigned int state,
|
H A D | lib.h | 89 return aa_dfa_next(dfa, start, 0); in aa_dfa_null_transition()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | ipc.c | 200 state = aa_dfa_next(profile->policy.dfa, in profile_signal_perm()
|
H A D | lib.c | 387 state = aa_dfa_next(profile->policy.dfa, in aa_profile_match_label()
|
H A D | mount.c | 200 state = aa_dfa_next(dfa, state, i + 1); in match_mnt_flags()
|
H A D | match.c | 509 * aa_dfa_next - step one character to the next state in the dfa 518 unsigned int aa_dfa_next(struct aa_dfa *dfa, unsigned int state, in aa_dfa_next() function
|
H A D | policy_unpack.c | 850 aa_dfa_next(profile->policy.dfa, in unpack_profile()
|
Completed in 11 milliseconds