Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif_util.c243 struct __kern_packet **pkt_tailp = &pkt_head; in nx_netif_mbuf_to_filter_pkt_chain() local
253 *pkt_tailp = pkt; in nx_netif_mbuf_to_filter_pkt_chain()
254 pkt_tailp = &pkt->pkt_nextpkt; in nx_netif_mbuf_to_filter_pkt_chain()