Home
last modified time | relevance | path

Searched refs:IFEF_SENDLIST (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif_loop.c693 ifnet_set_eflags(lo_ifp, IFEF_SENDLIST, IFEF_SENDLIST); in loopattach()
H A Ddlil_output.c433 if (ifp->if_eflags & (IFEF_SENDLIST | IFEF_ENQUEUE_MULTI)) { in dlil_output()
506 if (ifp->if_eflags & IFEF_SENDLIST) { in dlil_output()
H A Dif_private.h135 #define IFEF_SENDLIST 0x10000000 /* Supports tx packet lists */ macro
/xnu-12377.61.12/bsd/skywalk/nexus/netif/
H A Dnx_netif_host.c137 if_set_eflags(ifp, IFEF_SENDLIST); in nx_netif_host_adjust_if_capabilities()
153 if_clear_eflags(ifp, IFEF_SENDLIST); in nx_netif_host_adjust_if_capabilities()