Lines Matching refs:ruleset
3144 *rs = &f->child->ruleset; in pf_step_into_anchor()
3148 *rs = &(*r)->anchor->ruleset; in pf_step_into_anchor()
3175 *rs = &f->child->ruleset; in pf_step_out_of_anchor()
3761 struct pf_ruleset *__single ruleset = NULL; in pf_match_translation() local
3839 pf_step_into_anchor(&asd, &ruleset, rs_num, in pf_match_translation()
3844 pf_step_out_of_anchor(&asd, &ruleset, rs_num, &r, in pf_match_translation()
4936 struct pf_ruleset *__single ruleset = NULL; in pf_test_rule() local
5360 *rsm = ruleset; in pf_test_rule()
5366 pf_step_into_anchor(&asd, &ruleset, in pf_test_rule()
5370 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset, in pf_test_rule()
5377 ruleset = *rsm; in pf_test_rule()
5397 r->log ? r : nr, a, ruleset, pd); in pf_test_rule()
6229 struct pf_ruleset *__single ruleset = NULL; in pf_test_dummynet() local
6376 rsm = ruleset; in pf_test_dummynet()
6385 pf_step_into_anchor(&asd, &ruleset, in pf_test_dummynet()
6389 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset, in pf_test_dummynet()
6396 ruleset = rsm; in pf_test_dummynet()
6406 a, ruleset, pd); in pf_test_dummynet()
6503 struct pf_ruleset *__single ruleset = NULL; in pf_test_fragment() local
6558 *rsm = ruleset; in pf_test_fragment()
6564 pf_step_into_anchor(&asd, &ruleset, in pf_test_fragment()
6568 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset, in pf_test_fragment()
6575 ruleset = *rsm; in pf_test_fragment()
6580 PFLOG_PACKET(kif, h, pbuf, af, direction, reason, r, a, ruleset, in pf_test_fragment()
9727 struct pf_ruleset *__single ruleset = NULL; in pf_test() local
9845 &pd, &a, &ruleset); in pf_test()
9901 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test()
9952 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test()
9993 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test()
10029 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test()
10074 off, h, &pd, &a, &ruleset, NULL); in pf_test()
10108 &pd, &a, &ruleset, NULL); in pf_test()
10176 PFLOG_PACKET(kif, h, pbuf, AF_INET, dir, reason, lr, a, ruleset, in pf_test()
10325 struct pf_ruleset *__single ruleset = NULL; in pf_test6() local
10467 &a, &ruleset); in pf_test6()
10558 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test6()
10609 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test6()
10649 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test6()
10685 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test6()
10730 off, h, &pd, &a, &ruleset, NULL); in pf_test6()
10764 &pd, &a, &ruleset, NULL); in pf_test6()
10826 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()