Searched refs:xmatch (Results 1 – 4 of 4) sorted by relevance
489 profile->xmatch = unpack_dfa(e); in unpack_profile()490 if (IS_ERR(profile->xmatch)) { in unpack_profile()491 error = PTR_ERR(profile->xmatch); in unpack_profile()492 profile->xmatch = NULL; in unpack_profile()496 if (profile->xmatch) { in unpack_profile()
154 if (profile->xmatch && profile->xmatch_len > len) { in __attach_match()155 unsigned int state = aa_dfa_match(profile->xmatch, in __attach_match()157 u32 perm = dfa_user_allow(profile->xmatch, state); in __attach_match()
751 aa_put_dfa(profile->xmatch); in free_profile()
173 struct aa_dfa *xmatch; member