Home
last modified time | relevance | path

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

/xnu-8020.140.41/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.c219 STUB(mbuf_nextpkt);
H A Ddlil.c3752 if (mbuf_nextpkt(last) == NULL) { in ifnet_input_common()
3755 last = mbuf_nextpkt(last); in ifnet_input_common()
3766 if (mbuf_nextpkt(last) == NULL) { in ifnet_input_common()
3769 last = mbuf_nextpkt(last); in ifnet_input_common()
3949 for (m0 = m_head; m0; m0 = mbuf_nextpkt(m0)) { in dlil_input_async()
4021 for (m0 = m_head; m0; m0 = mbuf_nextpkt(m0)) { in dlil_input_sync()
H A Dif_utun.c3533 mb_head = mbuf_nextpkt(mb_head); in utun_kpipe_sync_rx()
H A Dif_bridge.c1258 (uint64_t)VM_KERNEL_ADDRPERM(mbuf_nextpkt(m)), in brlog_mbuf_pkthdr()
/xnu-8020.140.41/bsd/sys/
H A Dkpi_mbuf.h900 extern mbuf_t mbuf_nextpkt(const mbuf_t mbuf)
2043 if (((ifq)->ifq_head = mbuf_nextpkt((m))) == 0) \
/xnu-8020.140.41/bsd/netinet/
H A Dip_input.c823 nxt_mbuf = mbuf_nextpkt(tmp_mbuf); in ip_input_dispatch_chain()
843 tmp_mbuf = mbuf_nextpkt(tmp_mbuf); in ip_input_setdst_chain()
1469 tmp_mbuf = mbuf_nextpkt(tmp_mbuf); in ip_input_second_pass()
1520 nxt_mbuf = mbuf_nextpkt(tmp_mbuf); in ip_input_second_pass()
1610 packet_list = mbuf_nextpkt(m); in ip_input_process_list()
1635 packet_list = mbuf_nextpkt(packet); in ip_input_process_list()
/xnu-8020.140.41/bsd/kern/
H A Dkpi_mbuf.c596 mbuf_nextpkt(const mbuf_t mbuf) in mbuf_nextpkt() function
1327 n = mbuf_nextpkt(n); in mbuf_pkt_list_len()
1340 n = mbuf_nextpkt(n); in mbuf_pkt_list_maxlen()
/xnu-8020.140.41/bsd/nfs/
H A Dnfs_socket.c6904 slp->ns_rec = mbuf_nextpkt(m); in nfsrv_dorec()