Searched refs:next_packet (Results 1 – 2 of 2) sorted by relevance
4389 mbuf_t next_packet; in flow_divert_kctl_rcvd() local4391 next_packet = MBUFQ_FIRST(&group->send_queue); in flow_divert_kctl_rcvd()4392 int error = ctl_enqueuembuf(g_flow_divert_kctl_ref, group->ctl_unit, next_packet, CTL_DATA_EOR); in flow_divert_kctl_rcvd()4399 MBUFQ_DEQUEUE(&group->send_queue, next_packet); in flow_divert_kctl_rcvd()
5904 mbuf_t next_packet; in dlil_ifproto_input() local5906 next_packet = m->m_nextpkt; in dlil_ifproto_input()5915 m = next_packet; in dlil_ifproto_input()6045 mbuf_t next_packet; in dlil_input_packet_list_common() local6080 next_packet = m->m_nextpkt; in dlil_input_packet_list_common()6343 if (next_packet == NULL && last_ifproto != NULL) { in dlil_input_packet_list_common()6354 m = next_packet; in dlil_input_packet_list_common()