Searched refs:if_output (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_var.h115 * Output occurs when the routine if_output is called, with three parameters:
116 * (*ifp->if_output)(ifp, m, dst, rt)
540 ifnet_output_func if_output; member in struct:ifnet
H A Dkpi_interface.c205 ifp->if_output = einit.output;
255 ifp->if_output = ifp->if_pre_enqueue;
H A Ddlil.c3424 retval = (*ifp->if_output)(ifp, m);
3459 retval = (*ifp->if_output)(ifp, send_head);
5098 ifp->if_output = ifp_if_output;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_mroute.c1552 * We just call if_output instead of nd6_output here, since
1565 error = (*ifp->if_output)(ifp, mb_copy,

Completed in 40 milliseconds