Searched refs:ifnet_enqueue_mbuf_chain (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | if_var_private.h | 1806 __private_extern__ errno_t ifnet_enqueue_mbuf_chain(struct ifnet *,
|
| H A D | dlil.c | 3310 return ifnet_enqueue_mbuf_chain(ifp, m, tail, cnt, bytes, TRUE, &pdrop); in ifnet_enqueue() 3344 ifnet_enqueue_mbuf_chain(struct ifnet *ifp, struct mbuf *m_head, in ifnet_enqueue_mbuf_chain() function
|
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 3023 err = ifnet_enqueue_mbuf_chain(ifp, m_head, m_tail, cnt, in classq_enqueue_flow_chain()
|