Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/net/
H A Dkpi_interface.c252 (einit.flags & IFNET_INIT_INPUT_POLL)) { in ifnet_allocate_extended()
288 if (einit.flags & IFNET_INIT_INPUT_POLL) { in ifnet_allocate_extended()
466 VERIFY(!(einit.flags & IFNET_INIT_INPUT_POLL) || in ifnet_allocate_extended()
H A Dkpi_interface.h752 #define IFNET_INIT_INPUT_POLL 0x2 /* opportunistic input polling model */ macro
/xnu-11215.41.3/bsd/skywalk/nexus/
H A Dnexus_kern.c1106 (init->nxneti_eparams->flags & IFNET_INIT_INPUT_POLL)) { in kern_nexus_controller_alloc_net_provider_instance()