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

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.c207 ifp->if_start = einit.start;
251 if (ifp->if_start != NULL) {
266 (ifp->if_pre_enqueue == NULL && ifp->if_start == NULL &&
H A Dif_var.h542 ifnet_start_func if_start; member in struct:ifnet
H A Ddlil.c2182 ((*ifp->if_start)(ifp));
4464 * starter thread to invoke the if_start callback where the packets
4468 VERIFY(ifp->if_start != NULL);
5100 ifp->if_start = ifp_if_start;

Completed in 40 milliseconds