Searched refs:pbuf_store (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | dlil_subr.c | 678 pbuf_t pbuf_store, *pbuf = NULL; in dlil_clat46() local 722 pbuf_init_mbuf(&pbuf_store, *m, ifp); in dlil_clat46() 723 pbuf = &pbuf_store; in dlil_clat46() 890 pbuf_t pbuf_store, *pbuf = NULL; in dlil_clat64() local 891 pbuf_init_mbuf(&pbuf_store, *m, ifp); in dlil_clat64() 892 pbuf = &pbuf_store; in dlil_clat64()
|
| H A D | pf.c | 9694 pbuf_t pbuf_store, *__single pbuf; in pf_test_mbuf() local 9697 pbuf_init_mbuf(&pbuf_store, *m0, (*m0)->m_pkthdr.rcvif); in pf_test_mbuf() 9698 pbuf = &pbuf_store; in pf_test_mbuf() 10292 pbuf_t pbuf_store, *__single pbuf; in pf_test6_mbuf() local 10295 pbuf_init_mbuf(&pbuf_store, *m0, (*m0)->m_pkthdr.rcvif); in pf_test6_mbuf() 10296 pbuf = &pbuf_store; in pf_test6_mbuf()
|