Lines Matching refs:dfa
184 * aa_lookup_fperms - convert dfa compressed perms to internal perms
185 * @dfa: dfa to lookup perms for (NOT NULL)
186 * @state: state in dfa
189 * TODO: convert from dfa + state to permission entry
196 unsigned int index = ACCEPT_TABLE(file_rules->dfa)[state];
209 * @dfa: to match against (MAYBE NULL)
211 * @name: string to match against dfa (NOT NULL)
215 * Returns: the final state in @dfa when beginning @start and walking @name
222 state = aa_dfa_match(file_rules->dfa, start, name);
355 /* aa_str_perms - handles the case of the dfa being NULL */
364 state = aa_dfa_null_transition(rules->file.dfa, state);