Home
last modified time | relevance | path

Searched refs:aa_dfa_next (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/security/apparmor/
H A Dipc.c95 state = aa_dfa_next(rules->policy.dfa, in profile_signal_perm()
H A Dlib.c345 state = aa_dfa_next(rules->policy.dfa, in aa_profile_match_label()
H A Dpolicy_unpack.c762 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 Dmount.c204 state = aa_dfa_next(dfa, state, i + 1); in match_mnt_flags()
H A Dmatch.c508 * 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 Dmatch.h133 unsigned int aa_dfa_next(struct aa_dfa *dfa, unsigned int state,
H A Dlib.h89 return aa_dfa_next(dfa, start, 0); in aa_dfa_null_transition()
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dmatch.h135 aa_state_t aa_dfa_next(struct aa_dfa *dfa, aa_state_t state, const char c);
H A Dlib.h94 return aa_dfa_next(dfa, start, 0); in aa_dfa_null_transition()
/kernel/linux/linux-5.10/security/apparmor/
H A Dipc.c200 state = aa_dfa_next(profile->policy.dfa, in profile_signal_perm()
H A Dlib.c387 state = aa_dfa_next(profile->policy.dfa, in aa_profile_match_label()
H A Dmount.c200 state = aa_dfa_next(dfa, state, i + 1); in match_mnt_flags()
H A Dmatch.c509 * 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 Dpolicy_unpack.c850 aa_dfa_next(profile->policy.dfa, in unpack_profile()

Completed in 11 milliseconds