Home
last modified time | relevance | path

Searched refs:mbuf_nextpkt (Results 1 – 9 of 9) sorted by relevance

/xnu-10063.141.1/bsd/net/
H A Dkpi_protocol.c232 mbuf_nextpkt(packet); in proto_input_run()
276 packet_list = mbuf_nextpkt(packet); in proto_input()
296 for (last_packet = packet_list; mbuf_nextpkt(last_packet) != NULL; in proto_inject()
297 last_packet = mbuf_nextpkt(last_packet)) { in proto_inject()
H A Dnet_stubs.c220 STUB(mbuf_nextpkt);
H A Ddlil.c4027 if (mbuf_nextpkt(last) == NULL) { in ifnet_input_common()
4030 last = mbuf_nextpkt(last); in ifnet_input_common()
4041 if (mbuf_nextpkt(last) == NULL) { in ifnet_input_common()
4044 last = mbuf_nextpkt(last); in ifnet_input_common()
4360 for (m0 = m_head; m0; m0 = mbuf_nextpkt(m0)) { in dlil_input_async()
4457 for (m0 = m_head; m0; m0 = mbuf_nextpkt(m0)) { in dlil_input_sync()
H A Dif_utun.c3540 mb_head = mbuf_nextpkt(mb_head); in utun_kpipe_sync_rx()
H A Dif_bridge.c1323 (uint64_t)VM_KERNEL_ADDRPERM(mbuf_nextpkt(m)), in brlog_mbuf_pkthdr()
/xnu-10063.141.1/bsd/sys/
H A Dkpi_mbuf.h900 extern mbuf_t mbuf_nextpkt(const mbuf_t mbuf)
2052 if (((ifq)->ifq_head = mbuf_nextpkt((m))) == 0) \
/xnu-10063.141.1/bsd/netinet/
H A Dip_input.c826 nxt_mbuf = mbuf_nextpkt(tmp_mbuf); in ip_input_dispatch_chain()
846 tmp_mbuf = mbuf_nextpkt(tmp_mbuf); in ip_input_setdst_chain()
1476 tmp_mbuf = mbuf_nextpkt(tmp_mbuf); in ip_input_second_pass()
1527 nxt_mbuf = mbuf_nextpkt(tmp_mbuf); in ip_input_second_pass()
1617 packet_list = mbuf_nextpkt(m); in ip_input_process_list()
1642 packet_list = mbuf_nextpkt(packet); in ip_input_process_list()
/xnu-10063.141.1/bsd/kern/
H A Dkpi_mbuf.c598 mbuf_nextpkt(const mbuf_t mbuf) in mbuf_nextpkt() function
1332 n = mbuf_nextpkt(n); in mbuf_pkt_list_len()
1345 n = mbuf_nextpkt(n); in mbuf_pkt_list_maxlen()
/xnu-10063.141.1/bsd/nfs/
H A Dnfs_socket.c646 slp->ns_rec = mbuf_nextpkt(m); in nfsrv_dorec()