Lines Matching refs:dfa
612 struct aa_dfa *dfa;
617 if (profile->file.dfa && *match_str == AA_CLASS_FILE) {
618 dfa = profile->file.dfa;
619 state = aa_dfa_match_len(dfa, profile->file.start,
624 tmp = aa_compute_fperms(dfa, state, &cond);
626 } else if (profile->policy.dfa) {
629 dfa = profile->policy.dfa;
630 state = aa_dfa_match_len(dfa, profile->policy.start[0],
633 aa_compute_perms(dfa, state, &tmp);
735 * @query: binary query string to match against the dfa
771 * profile name and dfa string. profile_name_len is greater