Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif_host.c446 struct pktq pkt_q; in nx_netif_host_output() local
457 KPKTQ_INIT(&pkt_q); in nx_netif_host_output()
580 KPKTQ_ENQUEUE(&pkt_q, kpkt); in nx_netif_host_output()
603 if (__probable(!KPKTQ_EMPTY(&pkt_q))) { in nx_netif_host_output()
604 pkt_chain_head = KPKTQ_FIRST(&pkt_q); in nx_netif_host_output()
605 pkt_chain_tail = KPKTQ_LAST(&pkt_q); in nx_netif_host_output()