Lines Matching defs:accept
26 * unpack_table - unpack a dfa table (one of accept, default, base, next check)
97 * @flags: flags controlling what type of accept table are acceptable
100 * NOTE: this does not valid accept table values
114 /* accept.size == default.size == base.size */
150 * NOTE: this does not valid accept table values
307 * @flags: flags controlling what type of accept tables are acceptable
594 * aa_dfa_match_until - traverse @dfa until accept state or end of input
613 u32 *accept = ACCEPT_TABLE(dfa);
630 if (accept[state])
641 if (accept[state])
651 * aa_dfa_matchn_until - traverse @dfa until accept or @n bytes consumed
674 u32 *accept = ACCEPT_TABLE(dfa);
692 if (accept[state])
703 if (accept[state])