Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dif_private.h150 #define IFXF_ALLOC_KPI 0x00000040 /* Allocated via the ifnet_alloc KPI */ macro
H A Ddlil_subr.c456 if (!(ifp->if_xflags & IFXF_ALLOC_KPI)) { in _dlil_if_release()
H A Dkpi_interface.c560 if_set_xflags(ifp, IFXF_ALLOC_KPI); in ifnet_allocate_extended()