Lines Matching refs:accept
69 * unpack_table - unpack a dfa table (one of accept, default, base, next check)
140 * @flags: flags controlling what type of accept table are acceptable
143 * NOTE: this does not valid accept table values
157 /* accept.size == default.size == base.size */
193 * NOTE: this does not valid accept table values
298 * @flags: flags controlling what type of accept tables are acceptable
553 * aa_dfa_match_until - traverse @dfa until accept state or end of input
572 u32 *accept = ACCEPT_TABLE(dfa);
589 if (accept[state])
600 if (accept[state])
610 * aa_dfa_matchn_until - traverse @dfa until accept or @n bytes consumed
633 u32 *accept = ACCEPT_TABLE(dfa);
651 if (accept[state])
662 if (accept[state])