Searched refs:first_rule (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/netfilter/
H A Dnft_set_pipapo.c1700 unsigned int rules_f0, first_rule = 0; local
1709 while ((rules_f0 = pipapo_rules_same_key(m->f, first_rule))) {
1714 start = first_rule;
1748 first_rule += rules_f0;
1919 * @first_rule: First rule (lowest index)
1947 * respectively. If @first_rule is 1 and @rule_count is 2, we obtain, in
1956 * ranged entry instead: if @first_rule is 1 and @rule_count is 1, we ignore
1963 static int pipapo_get_boundaries(struct nft_pipapo_field *f, int first_rule, argument
1979 if (test_bit(first_rule, pos) && x0 == -1)
1981 if (test_bit(first_rule
2018 pipapo_match_field(struct nft_pipapo_field *f, int first_rule, int rule_count, const u8 *start, const u8 *end) argument
2048 unsigned int rules_f0, first_rule = 0; local
[all...]

Completed in 302 milliseconds