Home
last modified time | relevance | path

Searched refs:tailp (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c574 struct __kern_packet *head = NULL, **tailp = &head; in nx_netif_demux() local
614 tailp = &head; in nx_netif_demux()
628 *tailp = pkt; in nx_netif_demux()
629 tailp = &pkt->pkt_nextpkt; in nx_netif_demux()
648 tailp = &head; in nx_netif_demux()
H A Dnx_netif_vp.c212 struct __kern_packet *pkt_chain = NULL, **tailp = &pkt_chain; in netif_hwna_rx_get_pkts() local
256 *tailp = pkt; in netif_hwna_rx_get_pkts()
257 tailp = &pkt->pkt_nextpkt; in netif_hwna_rx_get_pkts()
668 struct __kern_packet *head = NULL, **tailp = &head, *pkt; in netif_vp_na_txsync() local
713 *tailp = pkt; in netif_vp_na_txsync()
714 tailp = &pkt->pkt_nextpkt; in netif_vp_na_txsync()
H A Dnx_netif.c3332 struct __kern_packet *pkt_chain = NULL, **tailp = &pkt_chain; local
3341 *tailp = pkt;
3342 tailp = &pkt->pkt_nextpkt;
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c911 struct mbuf *mhead, *chain = NULL, *tail = NULL, **tailp = &chain; in convert_native_pkt_to_mbuf_chain() local
1048 *tailp = m; in convert_native_pkt_to_mbuf_chain()
1049 tailp = &m->m_nextpkt; in convert_native_pkt_to_mbuf_chain()
1129 struct mbuf *m, *head = NULL, *tail = NULL, **tailp = &head; in convert_compat_pkt_to_mbuf_chain() local
1138 *tailp = m; in convert_compat_pkt_to_mbuf_chain()
1139 tailp = &m->m_nextpkt; in convert_compat_pkt_to_mbuf_chain()