xmatch 1095 security/apparmor/apparmorfs.c else if (profile->xmatch) xmatch 323 security/apparmor/domain.c state = aa_dfa_null_transition(profile->xmatch, state); xmatch 334 security/apparmor/domain.c state = aa_dfa_match_len(profile->xmatch, state, value, xmatch 336 security/apparmor/domain.c perm = dfa_user_allow(profile->xmatch, state); xmatch 343 security/apparmor/domain.c state = aa_dfa_null_transition(profile->xmatch, state); xmatch 410 security/apparmor/domain.c if (profile->xmatch) { xmatch 414 security/apparmor/domain.c state = aa_dfa_leftmatch(profile->xmatch, DFA_START, xmatch 416 security/apparmor/domain.c perm = dfa_user_allow(profile->xmatch, state); xmatch 137 security/apparmor/include/policy.h struct aa_dfa *xmatch; xmatch 233 security/apparmor/policy.c aa_put_dfa(profile->xmatch); xmatch 715 security/apparmor/policy_unpack.c profile->xmatch = unpack_dfa(e); xmatch 716 security/apparmor/policy_unpack.c if (IS_ERR(profile->xmatch)) { xmatch 717 security/apparmor/policy_unpack.c error = PTR_ERR(profile->xmatch); xmatch 718 security/apparmor/policy_unpack.c profile->xmatch = NULL; xmatch 723 security/apparmor/policy_unpack.c if (profile->xmatch) {