Lines Matching refs:pbufp

9180 pf_route(pbuf_t **pbufp, struct pf_rule *r, int dir, struct ifnet *oifp,  in pf_route()  argument
9197 if (pbufp == NULL || !pbuf_is_valid(*pbufp) || r == NULL || in pf_route()
9203 pbuf_destroy(*pbufp); in pf_route()
9204 *pbufp = NULL; in pf_route()
9215 m0 = pbuf_clone_to_mbuf(*pbufp); in pf_route()
9220 m0 = pbuf_to_mbuf(*pbufp, TRUE); in pf_route()
9221 *pbufp = NULL; in pf_route()
9382 pf_route6(pbuf_t **pbufp, struct pf_rule *r, int dir, struct ifnet *oifp, in pf_route6() argument
9397 if (pbufp == NULL || !pbuf_is_valid(*pbufp) || r == NULL || in pf_route6()
9403 pbuf_destroy(*pbufp); in pf_route6()
9404 *pbufp = NULL; in pf_route6()
9415 m0 = pbuf_clone_to_mbuf(*pbufp); in pf_route6()
9420 m0 = pbuf_to_mbuf(*pbufp, TRUE); in pf_route6()
9421 *pbufp = NULL; in pf_route6()
9658 pf_test(int dir, struct ifnet *ifp, pbuf_t **pbufp, in pf_test() argument
9666 pbuf_t *pbuf = *pbufp; in pf_test()
9784 *pbufp = NULL; in pf_test()
9810 *pbufp = NULL; in pf_test()
9874 *pbufp = NULL; in pf_test()
9914 *pbufp = NULL; in pf_test()
9955 *pbufp = NULL; in pf_test()
9990 *pbufp = NULL; in pf_test()
10034 *pbufp = NULL; in pf_test()
10059 *pbufp = NULL; in pf_test()
10063 *pbufp = pd.mp; in pf_test()
10196 if (*pbufp) { in pf_test()
10203 pbuf_destroy(*pbufp); in pf_test()
10204 *pbufp = NULL; in pf_test()
10208 *pbufp = pbuf; in pf_test()
10212 pbuf_destroy(*pbufp); in pf_test()
10213 *pbufp = NULL; in pf_test()
10217 pf_route(pbufp, r, dir, kif->pfik_ifp, s, &pd); in pf_test()
10256 pf_test6(int dir, struct ifnet *ifp, pbuf_t **pbufp, in pf_test6() argument
10264 pbuf_t *pbuf = *pbufp; in pf_test6()
10406 *pbufp = NULL; in pf_test6()
10467 *pbufp = NULL; in pf_test6()
10531 *pbufp = NULL; in pf_test6()
10571 *pbufp = NULL; in pf_test6()
10611 *pbufp = NULL; in pf_test6()
10647 *pbufp = NULL; in pf_test6()
10690 *pbufp = NULL; in pf_test6()
10715 *pbufp = NULL; in pf_test6()
10719 *pbufp = pd.mp; in pf_test6()
10844 if (*pbufp) { in pf_test6()
10851 pbuf_destroy(*pbufp); in pf_test6()
10852 *pbufp = NULL; in pf_test6()
10856 *pbufp = pbuf; in pf_test6()
10860 pbuf_destroy(*pbufp); in pf_test6()
10861 *pbufp = NULL; in pf_test6()
10865 pf_route6(pbufp, r, dir, kif->pfik_ifp, s, &pd); in pf_test6()
10870 if ((action == PF_PASS) && (*pbufp != NULL) && (fwd) && in pf_test6()
10871 ((ftag = pf_find_fragment_tag_pbuf(*pbufp)) != NULL)) { in pf_test6()
10872 action = pf_refragment6(ifp, pbufp, ftag); in pf_test6()