Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Ddlil_output.c75 mbuf_ref_t send_head = NULL; in dlil_output() local
76 mbuf_ref_ptr_t send_tail = &send_head; in dlil_output()
489 if (send_head != NULL) { in dlil_output()
493 retval = (*ifp->if_output_dlil)(ifp, send_head); in dlil_output()
514 while (send_head != NULL) { in dlil_output()
515 send_m = send_head; in dlil_output()
516 send_head = send_m->m_nextpkt; in dlil_output()