Searched refs:tailp (Results 1 – 4 of 4) sorted by relevance
575 struct __kern_packet **tailp = &head; in nx_netif_demux() local616 tailp = &head; in nx_netif_demux()630 *tailp = pkt; in nx_netif_demux()631 tailp = &pkt->pkt_nextpkt; in nx_netif_demux()650 tailp = &head; in nx_netif_demux()
219 struct __kern_packet **tailp = &pkt_chain; in netif_hwna_rx_get_pkts() local262 *tailp = pkt; in netif_hwna_rx_get_pkts()263 tailp = &pkt->pkt_nextpkt; in netif_hwna_rx_get_pkts()681 struct __kern_packet **tailp = &head, *pkt; in netif_vp_na_txsync() local731 *tailp = pkt; in netif_vp_na_txsync()732 tailp = &pkt->pkt_nextpkt; in netif_vp_na_txsync()
3716 struct __kern_packet **tailp = &pkt_chain; local3725 *tailp = pkt;3726 tailp = &pkt->pkt_nextpkt;
1306 struct mbuf *__single tail = NULL, **__single tailp = &head; in convert_native_pktq_to_mbufs() local1470 *tailp = m; in convert_native_pktq_to_mbufs()1471 tailp = &m->m_nextpkt; in convert_native_pktq_to_mbufs()1554 struct mbuf *__single tail = NULL, **__single tailp = &head; in convert_compat_pktq_to_mbufs() local1563 *tailp = m; in convert_compat_pktq_to_mbufs()1564 tailp = &m->m_nextpkt; in convert_compat_pktq_to_mbufs()