Home
last modified time | relevance | path

Searched refs:next_packet (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif_bridge.c5057 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 …]
H A Ddlil_input.c331 mbuf_t next_packet; in dlil_ifproto_input() local
333 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() local
812 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()
H A Dif_vlan.c1181 mbuf_t next_packet = NULL; in vlan_input() local
1191 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()
H A Dif_bond.c1872 mbuf_t next_packet = NULL; in bond_input() local
1876 for (scan = m; scan != NULL; scan = next_packet) { in bond_input()
1877 next_packet = scan->m_nextpkt; in bond_input()
/xnu-12377.61.12/bsd/netinet/
H A Dflow_divert.c4728 mbuf_ref_t next_packet; in flow_divert_kctl_rcvd() local
4730 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()