Searched refs:M_CLONE (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.c2100 ifc = _MALLOC(sizeof (struct if_clone) + IFNAMSIZ + 1, M_CLONE,
2124 FREE(ifc, M_CLONE);
2145 FREE(ifc, M_CLONE);
H A Dif_var.h665 #define M_CLONE M_IFADDR macro
H A Dif.c612 ifc->ifc_units = _MALLOC(len, M_CLONE, M_WAITOK | M_ZERO);
644 FREE(ifc->ifc_units, M_CLONE);

Completed in 29 milliseconds