Searched refs:pkt_chain_head (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/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 604 pkt_chain_head = KPKTQ_FIRST(&pkt_q); in nx_netif_host_output() 608 pkt_chain_head, pkt_chain_tail, n_pkts, n_bytes, false, &pkt_drop); in nx_netif_host_output() 612 error = ifnet_enqueue_pkt_chain(ifp, ifp->if_snd, pkt_chain_head, in nx_netif_host_output()
|
| H A D | nx_netif_gso.c | 273 struct __kern_packet *pkt_chain_head, *pkt_chain_tail; in netif_gso_tcp_segment_mbuf() local 402 pkt_chain_head = KPKTQ_FIRST(&pktq_seg); in netif_gso_tcp_segment_mbuf() 408 pkt_chain_head->pkt_pflags |= PKT_F_PRIV_HAS_QSET_ID; in netif_gso_tcp_segment_mbuf() 409 pkt_chain_head->pkt_priv = in netif_gso_tcp_segment_mbuf() 413 error = netif_gso_send(ifp, pkt_chain_head, pkt_chain_tail, in netif_gso_tcp_segment_mbuf()
|