Searched refs:pbufp (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/bsd/net/ |
| H A D | pf.c | 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() [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()
|