Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dkpi_interface.c253 (einit.flags & IFNET_INIT_INPUT_POLL)) { in ifnet_allocate_extended()
290 if (einit.flags & IFNET_INIT_INPUT_POLL) { in ifnet_allocate_extended()
468 VERIFY(!(einit.flags & IFNET_INIT_INPUT_POLL) || in ifnet_allocate_extended()
H A Dkpi_interface.h775 #define IFNET_INIT_INPUT_POLL 0x2 /* opportunistic input polling model */ macro
/xnu-12377.41.6/bsd/skywalk/nexus/
H A Dnexus_kern.c1078 (init->nxneti_eparams->flags & IFNET_INIT_INPUT_POLL)) { in kern_nexus_controller_alloc_net_provider_instance()