Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Ddlil_output.c529 struct mbuf *send_m; in dlil_output() local
533 send_m = send_head; in dlil_output()
534 send_head = send_m->m_nextpkt; in dlil_output()
535 send_m->m_nextpkt = NULL; in dlil_output()
536 retval = (*ifp->if_output_dlil)(ifp, send_m); in dlil_output()