Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/skywalk/nexus/netif/
H A Dnx_netif_host.h48 extern boolean_t netif_chain_enqueue_enabled(struct ifnet *);
H A Dnx_netif_gso.c180 netif_chain_enqueue_enabled(struct ifnet *ifp) in netif_chain_enqueue_enabled() function
204 if (netif_chain_enqueue_enabled(ifp)) { in netif_gso_send()
H A Dnx_netif_host.c550 if (!netif_chain_enqueue_enabled(ifp)) { in nx_netif_host_output()