Searched refs:ifnet_enqueue_mbuf (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_vp.c | 601 err = ifnet_enqueue_mbuf(ifp, m, FALSE, &drop); in netif_vp_send_pkt_chain_common()
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | if_var_private.h | 1804 __private_extern__ errno_t ifnet_enqueue_mbuf(struct ifnet *, struct mbuf *,
|
| H A D | if_redirect.c | 320 return ifnet_enqueue_mbuf(nif->nif_ifp, m, flush, drop); in redirect_enqueue_mbuf()
|
| H A D | dlil.c | 3314 ifnet_enqueue_mbuf(struct ifnet *ifp, struct mbuf *m, boolean_t flush, in ifnet_enqueue_mbuf() function
|
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 2953 err = ifnet_enqueue_mbuf(ifp, m, false, &pkt_drop); in classq_enqueue_flow_single()
|