Lines Matching refs:pbufp

9234 pf_route(pbuf_t **pbufp, struct pf_rule *r, int dir, struct ifnet *oifp,  in pf_route()  argument
9251 if (pbufp == NULL || !pbuf_is_valid(*pbufp) || r == NULL || in pf_route()
9257 pbuf_destroy(*pbufp); in pf_route()
9258 *pbufp = NULL; in pf_route()
9269 m0 = pbuf_clone_to_mbuf(*pbufp); in pf_route()
9274 m0 = pbuf_to_mbuf(*pbufp, TRUE); in pf_route()
9275 *pbufp = NULL; in pf_route()
9436 pf_route6(pbuf_t **pbufp, struct pf_rule *r, int dir, struct ifnet *oifp, in pf_route6() argument
9451 if (pbufp == NULL || !pbuf_is_valid(*pbufp) || r == NULL || in pf_route6()
9457 pbuf_destroy(*pbufp); in pf_route6()
9458 *pbufp = NULL; in pf_route6()
9469 m0 = pbuf_clone_to_mbuf(*pbufp); in pf_route6()
9474 m0 = pbuf_to_mbuf(*pbufp, TRUE); in pf_route6()
9475 *pbufp = NULL; in pf_route6()
9712 pf_test(int dir, struct ifnet *ifp, pbuf_t **pbufp, in pf_test() argument
9720 pbuf_t *pbuf = *pbufp; in pf_test()
9838 *pbufp = NULL; in pf_test()
9864 *pbufp = NULL; in pf_test()
9928 *pbufp = NULL; in pf_test()
9968 *pbufp = NULL; in pf_test()
10009 *pbufp = NULL; in pf_test()
10044 *pbufp = NULL; in pf_test()
10088 *pbufp = NULL; in pf_test()
10113 *pbufp = NULL; in pf_test()
10117 *pbufp = pd.mp; in pf_test()
10250 if (*pbufp) { in pf_test()
10257 pbuf_destroy(*pbufp); in pf_test()
10258 *pbufp = NULL; in pf_test()
10262 *pbufp = pbuf; in pf_test()
10266 pbuf_destroy(*pbufp); in pf_test()
10267 *pbufp = NULL; in pf_test()
10271 pf_route(pbufp, r, dir, kif->pfik_ifp, s, &pd); in pf_test()
10310 pf_test6(int dir, struct ifnet *ifp, pbuf_t **pbufp, in pf_test6() argument
10318 pbuf_t *pbuf = *pbufp; in pf_test6()
10460 *pbufp = NULL; in pf_test6()
10521 *pbufp = NULL; in pf_test6()
10585 *pbufp = NULL; in pf_test6()
10625 *pbufp = NULL; in pf_test6()
10665 *pbufp = NULL; in pf_test6()
10701 *pbufp = NULL; in pf_test6()
10744 *pbufp = NULL; in pf_test6()
10769 *pbufp = NULL; in pf_test6()
10773 *pbufp = pd.mp; in pf_test6()
10898 if (*pbufp) { in pf_test6()
10905 pbuf_destroy(*pbufp); in pf_test6()
10906 *pbufp = NULL; in pf_test6()
10910 *pbufp = pbuf; in pf_test6()
10914 pbuf_destroy(*pbufp); in pf_test6()
10915 *pbufp = NULL; in pf_test6()
10919 pf_route6(pbufp, r, dir, kif->pfik_ifp, s, &pd); in pf_test6()
10924 if ((action == PF_PASS) && (*pbufp != NULL) && (fwd) && in pf_test6()
10925 ((ftag = pf_find_fragment_tag_pbuf(*pbufp)) != NULL)) { in pf_test6()
10926 action = pf_refragment6(ifp, pbufp, ftag); in pf_test6()