Lines Matching refs:ruleset

3141 		*rs = &f->child->ruleset;  in pf_step_into_anchor()
3145 *rs = &(*r)->anchor->ruleset; in pf_step_into_anchor()
3172 *rs = &f->child->ruleset; in pf_step_out_of_anchor()
3758 struct pf_ruleset *__single ruleset = NULL; in pf_match_translation() local
3836 pf_step_into_anchor(&asd, &ruleset, rs_num, in pf_match_translation()
3841 pf_step_out_of_anchor(&asd, &ruleset, rs_num, &r, in pf_match_translation()
4933 struct pf_ruleset *__single ruleset = NULL; in pf_test_rule() local
5357 *rsm = ruleset; in pf_test_rule()
5363 pf_step_into_anchor(&asd, &ruleset, in pf_test_rule()
5367 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset, in pf_test_rule()
5374 ruleset = *rsm; in pf_test_rule()
5394 r->log ? r : nr, a, ruleset, pd); in pf_test_rule()
6226 struct pf_ruleset *__single ruleset = NULL; in pf_test_dummynet() local
6373 rsm = ruleset; in pf_test_dummynet()
6382 pf_step_into_anchor(&asd, &ruleset, in pf_test_dummynet()
6386 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset, in pf_test_dummynet()
6393 ruleset = rsm; in pf_test_dummynet()
6403 a, ruleset, pd); in pf_test_dummynet()
6500 struct pf_ruleset *__single ruleset = NULL; in pf_test_fragment() local
6555 *rsm = ruleset; in pf_test_fragment()
6561 pf_step_into_anchor(&asd, &ruleset, in pf_test_fragment()
6565 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset, in pf_test_fragment()
6572 ruleset = *rsm; in pf_test_fragment()
6577 PFLOG_PACKET(kif, h, pbuf, af, direction, reason, r, a, ruleset, in pf_test_fragment()
9706 struct pf_ruleset *__single ruleset = NULL; in pf_test() local
9824 &pd, &a, &ruleset); in pf_test()
9880 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test()
9931 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test()
9972 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test()
10008 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test()
10053 off, h, &pd, &a, &ruleset, NULL); in pf_test()
10087 &pd, &a, &ruleset, NULL); in pf_test()
10155 PFLOG_PACKET(kif, h, pbuf, AF_INET, dir, reason, lr, a, ruleset, in pf_test()
10304 struct pf_ruleset *__single ruleset = NULL; in pf_test6() local
10446 &a, &ruleset); in pf_test6()
10537 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test6()
10588 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test6()
10628 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test6()
10664 pbuf, off, h, &pd, &a, &ruleset, NULL); in pf_test6()
10709 off, h, &pd, &a, &ruleset, NULL); in pf_test6()
10743 &pd, &a, &ruleset, NULL); in pf_test6()
10805 PFLOG_PACKET(kif, h, pbuf, AF_INET6, dir, reason, lr, a, ruleset, in pf_test6()
11134 if (a->ruleset.rules[i].active.rcount != 0) { in pf_check_compatible_anchor()