Searched refs:next_packet (Results 1 – 5 of 5) sorted by relevance
5057 mbuf_t next_packet;5061 for (mbuf_ref_t scan = in_list; scan != NULL; scan = next_packet) {5065 next_packet = scan->m_nextpkt;5376 mbuf_t next_packet;5383 for (mbuf_ref_t scan = in_list; scan != NULL; scan = next_packet) {5393 next_packet = scan->m_nextpkt;5972 mbuf_t next_packet;5992 for (mbuf_ref_t scan = list.head; scan != NULL; scan = next_packet) {6000 next_packet = scan->m_nextpkt;6292 mbuf_t next_packet;[all …]
331 mbuf_t next_packet; in dlil_ifproto_input() local333 next_packet = m->m_nextpkt; in dlil_ifproto_input()343 m = next_packet; in dlil_ifproto_input()771 mbuf_t next_packet; in dlil_input_packet_list_common() local812 next_packet = m->m_nextpkt; in dlil_input_packet_list_common()1077 if (next_packet == NULL && last_ifproto != NULL) { in dlil_input_packet_list_common()1088 m = next_packet; in dlil_input_packet_list_common()
1181 mbuf_t next_packet = NULL; in vlan_input() local1191 for (scan = m; scan != NULL; scan = next_packet) { in vlan_input()1192 next_packet = scan->m_nextpkt; in vlan_input()1218 if (next_packet == NULL) { in vlan_input()
1872 mbuf_t next_packet = NULL; in bond_input() local1876 for (scan = m; scan != NULL; scan = next_packet) { in bond_input()1877 next_packet = scan->m_nextpkt; in bond_input()
4728 mbuf_ref_t next_packet; in flow_divert_kctl_rcvd() local4730 next_packet = MBUFQ_FIRST(&group->send_queue); in flow_divert_kctl_rcvd()4731 int error = ctl_enqueuembuf(g_flow_divert_kctl_ref, group->ctl_unit, next_packet, CTL_DATA_EOR); in flow_divert_kctl_rcvd()4738 MBUFQ_DEQUEUE(&group->send_queue, next_packet); in flow_divert_kctl_rcvd()