Home
last modified time | relevance | path

Searched refs:pbufp (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/net/ !
H A Dpf.c9218 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()
[all …]
H A Dpf_norm.c1819 pf_refragment6(struct ifnet *ifp, pbuf_t **pbufp, struct pf_fragment_tag *ftag) in pf_refragment6() argument
1833 if (pbufp == NULL || !pbuf_is_valid(*pbufp) || ftag == NULL) { in pf_refragment6()
1837 m = pbuf_to_mbuf(*pbufp, FALSE); in pf_refragment6()
1868 if (!pf_pull_hdr(*pbufp, off, &ext, sizeof(ext), sizeof(ext), NULL, in pf_refragment6()
1897 pbuf_init_mbuf(*pbufp, m, ifp); in pf_refragment6()