Home
last modified time | relevance | path

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

/xnu-12377.81.4/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()
503 if (send_head != NULL) { in dlil_output()
507 retval = (*ifp->if_output_dlil)(ifp, send_head); in dlil_output()
532 while (send_head != NULL) { in dlil_output()
533 send_m = send_head; in dlil_output()
534 send_head = send_m->m_nextpkt; in dlil_output()