Searched refs:first_rule (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nft_set_pipapo.c | 1540 int rules_f0, first_rule = 0; local 1542 while ((rules_f0 = pipapo_rules_same_key(m->f, first_rule))) { 1548 start = first_rule; 1577 first_rule += rules_f0; 1805 static int pipapo_get_boundaries(struct nft_pipapo_field *f, int first_rule, argument 1821 if (test_bit(first_rule, pos) && x0 == -1) 1823 if (test_bit(first_rule + rule_count - 1, pos)) 1861 int first_rule, int rule_count, argument 1867 pipapo_get_boundaries(f, first_rule, rule_count, left, right); 1891 int rules_f0, first_rule = 0; local [all …]
|