Searched refs:xmatch (Results 1 – 5 of 5) sorted by relevance
500 profile->xmatch = unpack_dfa(e); in unpack_profile()501 if (IS_ERR(profile->xmatch)) { in unpack_profile()502 error = PTR_ERR(profile->xmatch); in unpack_profile()503 profile->xmatch = NULL; in unpack_profile()507 if (profile->xmatch) { in unpack_profile()
148 if (profile->xmatch && profile->xmatch_len > len) { in __attach_match()149 unsigned int state = aa_dfa_match(profile->xmatch, in __attach_match()151 u32 perm = dfa_user_allow(profile->xmatch, state); in __attach_match()
301 else if (profile->xmatch) in aa_fs_seq_profattach_show()
609 aa_put_dfa(profile->xmatch); in aa_free_profile()
209 struct aa_dfa *xmatch; member