Searched refs:send_head (Results 1 – 1 of 1) sorted by relevance
75 mbuf_ref_t send_head = NULL; in dlil_output() local76 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()