Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dif_bridge.c5048 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 …]
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.1.9/bsd/netinet/
H A Dflow_divert.c4640 mbuf_ref_t next_packet; in flow_divert_kctl_rcvd() local
4642 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()