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()
220 STUB(mbuf_nextpkt);
4027 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()
3540 mb_head = mbuf_nextpkt(mb_head); in utun_kpipe_sync_rx()
1323 (uint64_t)VM_KERNEL_ADDRPERM(mbuf_nextpkt(m)), in brlog_mbuf_pkthdr()
900 extern mbuf_t mbuf_nextpkt(const mbuf_t mbuf)2052 if (((ifq)->ifq_head = mbuf_nextpkt((m))) == 0) \
826 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()
598 mbuf_nextpkt(const mbuf_t mbuf) in mbuf_nextpkt() function1332 n = mbuf_nextpkt(n); in mbuf_pkt_list_len()1345 n = mbuf_nextpkt(n); in mbuf_pkt_list_maxlen()
646 slp->ns_rec = mbuf_nextpkt(m); in nfsrv_dorec()