Lines Matching refs:ruleset
3160 *rs = &f->child->ruleset; in pf_step_into_anchor()
3164 *rs = &(*r)->anchor->ruleset; in pf_step_into_anchor()
3191 *rs = &f->child->ruleset; in pf_step_out_of_anchor()
3777 struct pf_ruleset *ruleset = NULL; in pf_match_translation() local
3855 pf_step_into_anchor(&asd, &ruleset, rs_num, in pf_match_translation()
3860 pf_step_out_of_anchor(&asd, &ruleset, rs_num, &r, in pf_match_translation()
4952 struct pf_ruleset *ruleset = NULL; in pf_test_rule() local
5376 *rsm = ruleset; in pf_test_rule()
5382 pf_step_into_anchor(&asd, &ruleset, in pf_test_rule()
5386 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset, in pf_test_rule()
5393 ruleset = *rsm; in pf_test_rule()
5414 r->log ? r : nr, a, ruleset, pd); in pf_test_rule()
6246 struct pf_ruleset *ruleset = NULL; in pf_test_dummynet() local
6393 rsm = ruleset; in pf_test_dummynet()
6402 pf_step_into_anchor(&asd, &ruleset, in pf_test_dummynet()
6406 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset, in pf_test_dummynet()
6413 ruleset = rsm; in pf_test_dummynet()
6423 a, ruleset, pd); in pf_test_dummynet()
6520 struct pf_ruleset *ruleset = NULL; in pf_test_fragment() local
6575 *rsm = ruleset; in pf_test_fragment()
6581 pf_step_into_anchor(&asd, &ruleset, in pf_test_fragment()
6585 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset, in pf_test_fragment()
6592 ruleset = *rsm; in pf_test_fragment()
6597 PFLOG_PACKET(kif, h, pbuf, af, direction, reason, r, a, ruleset, in pf_test_fragment()
9725 struct pf_ruleset *ruleset = NULL; in pf_test() local
9843 &pd, &a, &ruleset); in pf_test()
9899 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test()
9950 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test()
9991 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test()
10027 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test()
10072 off, h, &pd, &a, &ruleset, NULL); in pf_test()
10106 &pd, &a, &ruleset, NULL); in pf_test()
10174 PFLOG_PACKET(kif, h, pbuf, AF_INET, dir, reason, lr, a, ruleset, in pf_test()
10323 struct pf_ruleset *ruleset = NULL; in pf_test6() local
10465 &a, &ruleset); in pf_test6()
10556 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test6()
10607 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test6()
10647 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test6()
10683 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test6()
10728 off, h, &pd, &a, &ruleset, NULL); in pf_test6()
10762 &pd, &a, &ruleset, NULL); in pf_test6()
10824 PFLOG_PACKET(kif, h, pbuf, AF_INET6, dir, reason, lr, a, ruleset, in pf_test6()
11154 if (a->ruleset.rules[i].active.rcount != 0) { in pf_check_compatible_anchor()