Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Dflow_divert.c4389 mbuf_t next_packet; in flow_divert_kctl_rcvd() local
4391 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()
/xnu-8796.141.3/bsd/net/
H A Ddlil.c5904 mbuf_t next_packet; in dlil_ifproto_input() local
5906 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() local
6080 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()