Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Ddlil_output.c511 struct mbuf *send_m; in dlil_output() local
515 send_m = send_head; in dlil_output()
516 send_head = send_m->m_nextpkt; in dlil_output()
517 send_m->m_nextpkt = NULL; in dlil_output()
518 retval = (*ifp->if_output_dlil)(ifp, send_m); in dlil_output()