Lines Matching refs:pbufp
9215 pf_route(pbuf_t **pbufp, struct pf_rule *r, int dir, struct ifnet *oifp, in pf_route() argument
9232 if (pbufp == NULL || !pbuf_is_valid(*pbufp) || r == NULL || in pf_route()
9238 pbuf_destroy(*pbufp); in pf_route()
9239 *pbufp = NULL; in pf_route()
9250 m0 = pbuf_clone_to_mbuf(*pbufp); in pf_route()
9255 m0 = pbuf_to_mbuf(*pbufp, TRUE); in pf_route()
9256 *pbufp = NULL; in pf_route()
9417 pf_route6(pbuf_t **pbufp, struct pf_rule *r, int dir, struct ifnet *oifp, in pf_route6() argument
9432 if (pbufp == NULL || !pbuf_is_valid(*pbufp) || r == NULL || in pf_route6()
9438 pbuf_destroy(*pbufp); in pf_route6()
9439 *pbufp = NULL; in pf_route6()
9450 m0 = pbuf_clone_to_mbuf(*pbufp); in pf_route6()
9455 m0 = pbuf_to_mbuf(*pbufp, TRUE); in pf_route6()
9456 *pbufp = NULL; in pf_route6()
9693 pf_test(int dir, struct ifnet *ifp, pbuf_t **pbufp, in pf_test() argument
9701 pbuf_t *__single pbuf = *pbufp; in pf_test()
9819 *pbufp = NULL; in pf_test()
9845 *pbufp = NULL; in pf_test()
9909 *pbufp = NULL; in pf_test()
9949 *pbufp = NULL; in pf_test()
9990 *pbufp = NULL; in pf_test()
10025 *pbufp = NULL; in pf_test()
10069 *pbufp = NULL; in pf_test()
10094 *pbufp = NULL; in pf_test()
10098 *pbufp = pd.mp; in pf_test()
10231 if (*pbufp) { in pf_test()
10238 pbuf_destroy(*pbufp); in pf_test()
10239 *pbufp = NULL; in pf_test()
10243 *pbufp = pbuf; in pf_test()
10247 pbuf_destroy(*pbufp); in pf_test()
10248 *pbufp = NULL; in pf_test()
10252 pf_route(pbufp, r, dir, kif->pfik_ifp, s, &pd); in pf_test()
10291 pf_test6(int dir, struct ifnet *ifp, pbuf_t **pbufp, in pf_test6() argument
10299 pbuf_t *__single pbuf = *pbufp; in pf_test6()
10441 *pbufp = NULL; in pf_test6()
10502 *pbufp = NULL; in pf_test6()
10566 *pbufp = NULL; in pf_test6()
10606 *pbufp = NULL; in pf_test6()
10646 *pbufp = NULL; in pf_test6()
10682 *pbufp = NULL; in pf_test6()
10725 *pbufp = NULL; in pf_test6()
10750 *pbufp = NULL; in pf_test6()
10754 *pbufp = pd.mp; in pf_test6()
10879 if (*pbufp) { in pf_test6()
10886 pbuf_destroy(*pbufp); in pf_test6()
10887 *pbufp = NULL; in pf_test6()
10891 *pbufp = pbuf; in pf_test6()
10895 pbuf_destroy(*pbufp); in pf_test6()
10896 *pbufp = NULL; in pf_test6()
10900 pf_route6(pbufp, r, dir, kif->pfik_ifp, s, &pd); in pf_test6()
10905 if ((action == PF_PASS) && (*pbufp != NULL) && (fwd) && in pf_test6()
10906 ((ftag = pf_find_fragment_tag_pbuf(*pbufp)) != NULL)) { in pf_test6()
10907 action = pf_refragment6(ifp, pbufp, ftag); in pf_test6()