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()
227 STUB(mbuf_nextpkt);
448 for (m0 = m_head; m0; m0 = mbuf_nextpkt(m0)) { in dlil_input_async()548 for (m0 = m_head; m0; m0 = mbuf_nextpkt(m0)) { in dlil_input_sync()
2119 if (mbuf_nextpkt(last) == NULL) { in ifnet_input_common()2122 last = mbuf_nextpkt(last); in ifnet_input_common()2134 if (mbuf_nextpkt(last) == NULL) { in ifnet_input_common()2137 last = mbuf_nextpkt(last); in ifnet_input_common()
1350 (uint64_t)VM_KERNEL_ADDRPERM(mbuf_nextpkt(m)), in brlog_mbuf_pkthdr()
999 extern mbuf_t mbuf_nextpkt(const mbuf_t mbuf)2250 if (((ifq)->ifq_head = mbuf_nextpkt((m))) == 0) \
849 nxt_mbuf = mbuf_nextpkt(tmp_mbuf); in ip_input_dispatch_chain()869 tmp_mbuf = mbuf_nextpkt(tmp_mbuf); in ip_input_setdst_chain()1502 tmp_mbuf = mbuf_nextpkt(tmp_mbuf); in ip_input_second_pass()1555 nxt_mbuf = mbuf_nextpkt(tmp_mbuf); in ip_input_second_pass()1651 packet_list = mbuf_nextpkt(packet); in ip_proto_input()
628 mbuf_nextpkt(const mbuf_t mbuf) in mbuf_nextpkt() function1491 n = mbuf_nextpkt(n); in mbuf_pkt_list_len()1504 n = mbuf_nextpkt(n); in mbuf_pkt_list_maxlen()
680 slp->ns_rec = mbuf_nextpkt(m); in nfsrv_dorec()