Searched refs:tailp (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_flow.c | 574 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 D | nx_netif_vp.c | 214 struct __kern_packet *pkt_chain = NULL, **tailp = &pkt_chain; in netif_hwna_rx_get_pkts() local 258 *tailp = pkt; in netif_hwna_rx_get_pkts() 259 tailp = &pkt->pkt_nextpkt; in netif_hwna_rx_get_pkts() 676 struct __kern_packet *head = NULL, **tailp = &head, *pkt; in netif_vp_na_txsync() local 726 *tailp = pkt; in netif_vp_na_txsync() 727 tailp = &pkt->pkt_nextpkt; in netif_vp_na_txsync()
|
| H A D | nx_netif.c | 3620 struct __kern_packet *pkt_chain = NULL, **tailp = &pkt_chain; local 3629 *tailp = pkt; 3630 tailp = &pkt->pkt_nextpkt;
|
| /xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1201 struct mbuf *mhead, *head = NULL, *tail = NULL, **tailp = &head; in convert_native_pktq_to_mbufs() local 1361 *tailp = m; in convert_native_pktq_to_mbufs() 1362 tailp = &m->m_nextpkt; in convert_native_pktq_to_mbufs() 1444 struct mbuf *m, *head = NULL, *tail = NULL, **tailp = &head; in convert_compat_pktq_to_mbufs() local 1453 *tailp = m; in convert_compat_pktq_to_mbufs() 1454 tailp = &m->m_nextpkt; in convert_compat_pktq_to_mbufs()
|