Searched refs:pkt_chain_tail (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.140.69/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_host.c | 444 struct __kern_packet *pkt_chain_head, *pkt_chain_tail; in nx_netif_host_output() local 590 pkt_chain_tail = KPKTQ_LAST(&pkt_q); in nx_netif_host_output() 593 pkt_chain_head, pkt_chain_tail, n_pkts, n_bytes, false, &pkt_drop); in nx_netif_host_output() 597 error = ifnet_enqueue_pkt_chain(ifp, pkt_chain_head, pkt_chain_tail, in nx_netif_host_output()
|
| H A D | nx_netif_gso.c | 280 struct __kern_packet *pkt_chain_head, *pkt_chain_tail; in netif_gso_tcp_segment_mbuf() local 410 pkt_chain_tail = KPKTQ_LAST(&pktq_seg); in netif_gso_tcp_segment_mbuf() 414 error = netif_gso_send(ifp, pkt_chain_head, pkt_chain_tail, in netif_gso_tcp_segment_mbuf()
|