Home
last modified time | relevance | path

Searched refs:ifnet_enqueue_mbuf_chain (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif_var_private.h1806 __private_extern__ errno_t ifnet_enqueue_mbuf_chain(struct ifnet *,
H A Ddlil.c3310 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 Dfsw_dp.c3023 err = ifnet_enqueue_mbuf_chain(ifp, m_head, m_tail, cnt, in classq_enqueue_flow_chain()