Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/
H A Dkpi_interface.h733 #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()
553 if ((einit.flags & IFNET_INIT_ALLOC_KPI) != 0) { in ifnet_allocate_extended()