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() local263 *tailp = pkt; in netif_hwna_rx_get_pkts()264 tailp = &pkt->pkt_nextpkt; in netif_hwna_rx_get_pkts()678 struct __kern_packet **tailp = &head, *pkt; in netif_vp_na_txsync() local728 *tailp = pkt; in netif_vp_na_txsync()729 tailp = &pkt->pkt_nextpkt; in netif_vp_na_txsync()
3651 struct __kern_packet **tailp = &pkt_chain; local3660 *tailp = pkt;3661 tailp = &pkt->pkt_nextpkt;
1287 struct mbuf *__single tail = NULL, **__single tailp = &head; in convert_native_pktq_to_mbufs() local1451 *tailp = m; in convert_native_pktq_to_mbufs()1452 tailp = &m->m_nextpkt; in convert_native_pktq_to_mbufs()1535 struct mbuf *__single tail = NULL, **__single tailp = &head; in convert_compat_pktq_to_mbufs() local1544 *tailp = m; in convert_compat_pktq_to_mbufs()1545 tailp = &m->m_nextpkt; in convert_compat_pktq_to_mbufs()