Searched refs:mbuf_nextpkt (Results 1 – 9 of 9) sorted by relevance
232 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()
219 STUB(mbuf_nextpkt);
3752 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()
3533 mb_head = mbuf_nextpkt(mb_head); in utun_kpipe_sync_rx()
1258 (uint64_t)VM_KERNEL_ADDRPERM(mbuf_nextpkt(m)), in brlog_mbuf_pkthdr()
900 extern mbuf_t mbuf_nextpkt(const mbuf_t mbuf)2043 if (((ifq)->ifq_head = mbuf_nextpkt((m))) == 0) \
823 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()
596 mbuf_nextpkt(const mbuf_t mbuf) in mbuf_nextpkt() function1327 n = mbuf_nextpkt(n); in mbuf_pkt_list_len()1340 n = mbuf_nextpkt(n); in mbuf_pkt_list_maxlen()
6904 slp->ns_rec = mbuf_nextpkt(m); in nfsrv_dorec()