Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/skywalk/nexus/netif/
H A Dnx_netif_host.c444 struct __kern_packet *pkt_chain_head, *pkt_chain_tail; in nx_netif_host_output() local
589 pkt_chain_head = KPKTQ_FIRST(&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 Dnx_netif_gso.c280 struct __kern_packet *pkt_chain_head, *pkt_chain_tail; in netif_gso_tcp_segment_mbuf() local
409 pkt_chain_head = KPKTQ_FIRST(&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()