Lines Matching refs:pbufp

9218 pf_route(pbuf_t **pbufp, struct pf_rule *r, int dir, struct ifnet *oifp,  in pf_route()  argument
9237 if (pbufp == NULL || !pbuf_is_valid(*pbufp) || r == NULL || in pf_route()
9243 pbuf_destroy(*pbufp); in pf_route()
9244 *pbufp = NULL; in pf_route()
9255 m0 = pbuf_clone_to_mbuf(*pbufp); in pf_route()
9260 m0 = pbuf_to_mbuf(*pbufp, TRUE); in pf_route()
9261 *pbufp = NULL; in pf_route()
9431 pf_route6(pbuf_t **pbufp, struct pf_rule *r, int dir, struct ifnet *oifp, in pf_route6() argument
9447 if (pbufp == NULL || !pbuf_is_valid(*pbufp) || r == NULL || in pf_route6()
9453 pbuf_destroy(*pbufp); in pf_route6()
9454 *pbufp = NULL; in pf_route6()
9465 m0 = pbuf_clone_to_mbuf(*pbufp); in pf_route6()
9470 m0 = pbuf_to_mbuf(*pbufp, TRUE); in pf_route6()
9471 *pbufp = NULL; in pf_route6()
9714 pf_test(int dir, struct ifnet *ifp, pbuf_t **pbufp, in pf_test() argument
9722 pbuf_t *__single pbuf = *pbufp; in pf_test()
9840 *pbufp = NULL; in pf_test()
9866 *pbufp = NULL; in pf_test()
9930 *pbufp = NULL; in pf_test()
9970 *pbufp = NULL; in pf_test()
10011 *pbufp = NULL; in pf_test()
10046 *pbufp = NULL; in pf_test()
10090 *pbufp = NULL; in pf_test()
10115 *pbufp = NULL; in pf_test()
10119 *pbufp = pd.mp; in pf_test()
10252 if (*pbufp) { in pf_test()
10259 pbuf_destroy(*pbufp); in pf_test()
10260 *pbufp = NULL; in pf_test()
10264 *pbufp = pbuf; in pf_test()
10268 pbuf_destroy(*pbufp); in pf_test()
10269 *pbufp = NULL; in pf_test()
10273 pf_route(pbufp, r, dir, kif->pfik_ifp, s, &pd); in pf_test()
10312 pf_test6(int dir, struct ifnet *ifp, pbuf_t **pbufp, in pf_test6() argument
10320 pbuf_t *__single pbuf = *pbufp; in pf_test6()
10462 *pbufp = NULL; in pf_test6()
10523 *pbufp = NULL; in pf_test6()
10587 *pbufp = NULL; in pf_test6()
10627 *pbufp = NULL; in pf_test6()
10667 *pbufp = NULL; in pf_test6()
10703 *pbufp = NULL; in pf_test6()
10746 *pbufp = NULL; in pf_test6()
10771 *pbufp = NULL; in pf_test6()
10775 *pbufp = pd.mp; in pf_test6()
10900 if (*pbufp) { in pf_test6()
10907 pbuf_destroy(*pbufp); in pf_test6()
10908 *pbufp = NULL; in pf_test6()
10912 *pbufp = pbuf; in pf_test6()
10916 pbuf_destroy(*pbufp); in pf_test6()
10917 *pbufp = NULL; in pf_test6()
10921 pf_route6(pbufp, r, dir, kif->pfik_ifp, s, &pd); in pf_test6()
10926 if ((action == PF_PASS) && (*pbufp != NULL) && (fwd) && in pf_test6()
10927 ((ftag = pf_find_fragment_tag_pbuf(*pbufp)) != NULL)) { in pf_test6()
10928 action = pf_refragment6(ifp, pbufp, ftag); in pf_test6()