Searched refs:pbufp (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | pf.c | 9051 pf_route(pbuf_t **pbufp, struct pf_rule *r, int dir, struct ifnet *oifp, in pf_route() argument 9068 if (pbufp == NULL || !pbuf_is_valid(*pbufp) || r == NULL || in pf_route() 9074 pbuf_destroy(*pbufp); in pf_route() 9075 *pbufp = NULL; in pf_route() 9086 m0 = pbuf_clone_to_mbuf(*pbufp); in pf_route() 9091 m0 = pbuf_to_mbuf(*pbufp, TRUE); in pf_route() 9092 *pbufp = NULL; in pf_route() 9253 pf_route6(pbuf_t **pbufp, struct pf_rule *r, int dir, struct ifnet *oifp, in pf_route6() argument 9268 if (pbufp == NULL || !pbuf_is_valid(*pbufp) || r == NULL || in pf_route6() 9274 pbuf_destroy(*pbufp); in pf_route6() [all …]
|
| H A D | pf_norm.c | 1814 pf_refragment6(struct ifnet *ifp, pbuf_t **pbufp, struct pf_fragment_tag *ftag) in pf_refragment6() argument 1829 if (pbufp == NULL || !pbuf_is_valid(*pbufp) || ftag == NULL) { in pf_refragment6() 1833 m = pbuf_to_mbuf(*pbufp, FALSE); in pf_refragment6() 1866 if (!pf_pull_hdr(*pbufp, off, &ext, sizeof(ext), NULL, in pf_refragment6() 1895 pbuf_init_mbuf(*pbufp, m, ifp); in pf_refragment6()
|