Home
last modified time | relevance | path

Searched refs:IFNET_INIT_ALLOC_KPI (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/bsd/net/
H A Dkpi_interface.h727 #define IFNET_INIT_ALLOC_KPI 0x8 /* allocated via the ifnet_alloc() KPI */ macro
H A Dkpi_interface.c144 einit.flags |= IFNET_INIT_ALLOC_KPI; in ifnet_allocate_common()
552 if ((einit.flags & IFNET_INIT_ALLOC_KPI) != 0) { in ifnet_allocate_extended()