Searched refs:send_head (Results 1 – 1 of 1) sorted by relevance
6561 mbuf_t send_head = NULL; in dlil_output() local6562 mbuf_t *send_tail = &send_head; in dlil_output()6975 if (send_head != NULL) { in dlil_output()6979 retval = (*ifp->if_output_dlil)(ifp, send_head); in dlil_output()7000 while (send_head != NULL) { in dlil_output()7001 send_m = send_head; in dlil_output()7002 send_head = send_m->m_nextpkt; in dlil_output()