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
555 * aa_dfa_match_until - traverse @dfa until accept state or end of input
574 u32 *accept = ACCEPT_TABLE(dfa);
591 if (accept[state])
602 if (accept[state])
612 * aa_dfa_matchn_until - traverse @dfa until accept or @n bytes consumed
635 u32 *accept = ACCEPT_TABLE(dfa);
653 if (accept[state])
664 if (accept[state])