Searched refs:next_packet (Results 1 – 5 of 5) sorted by relevance
5048 mbuf_t next_packet;5052 for (mbuf_ref_t scan = in_list; scan != NULL; scan = next_packet) {5056 next_packet = scan->m_nextpkt;5367 mbuf_t next_packet;5374 for (mbuf_ref_t scan = in_list; scan != NULL; scan = next_packet) {5384 next_packet = scan->m_nextpkt;5963 mbuf_t next_packet;5983 for (mbuf_ref_t scan = list.head; scan != NULL; scan = next_packet) {5991 next_packet = scan->m_nextpkt;6283 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()
4640 mbuf_ref_t next_packet; in flow_divert_kctl_rcvd() local4642 next_packet = MBUFQ_FIRST(&group->send_queue); in flow_divert_kctl_rcvd()4643 int error = ctl_enqueuembuf(g_flow_divert_kctl_ref, group->ctl_unit, next_packet, CTL_DATA_EOR); in flow_divert_kctl_rcvd()4650 MBUFQ_DEQUEUE(&group->send_queue, next_packet); in flow_divert_kctl_rcvd()