Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/
H A Ddlil_subr.c812 pbuf_t pbuf_store, *pbuf = NULL; in dlil_clat46() local
829 pbuf_init_mbuf(&pbuf_store, *m, ifp); in dlil_clat46()
830 pbuf = &pbuf_store; in dlil_clat46()
1000 pbuf_t pbuf_store, *pbuf = NULL; in dlil_clat64() local
1001 pbuf_init_mbuf(&pbuf_store, *m, ifp); in dlil_clat64()
1002 pbuf = &pbuf_store; in dlil_clat64()
H A Dpf.c9673 pbuf_t pbuf_store, *__single pbuf; in pf_test_mbuf() local
9676 pbuf_init_mbuf(&pbuf_store, *m0, (*m0)->m_pkthdr.rcvif); in pf_test_mbuf()
9677 pbuf = &pbuf_store; in pf_test_mbuf()
10271 pbuf_t pbuf_store, *__single pbuf; in pf_test6_mbuf() local
10274 pbuf_init_mbuf(&pbuf_store, *m0, (*m0)->m_pkthdr.rcvif); in pf_test6_mbuf()
10275 pbuf = &pbuf_store; in pf_test6_mbuf()