Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_classq.c85 pkt->pkt_csum_tx_start_off); in fsw_classq_kpkt_to_mbuf()
H A Dfsw_dp.c1876 spkt->pkt_csum_tx_start_off); in dp_copy_to_dev_mbuf()
1923 (spkt->pkt_csum_tx_start_off - spkt->pkt_headroom), in dp_copy_to_dev_pkt()
/xnu-8019.80.24/bsd/skywalk/packet/
H A Dpacket_copy.c176 dpkt->pkt_csum_tx_start_off = 0; in pkt_copy_from_pkt()
721 dpkt->pkt_csum_tx_start_off = 0; in pkt_copy_multi_buflet_from_pkt()
837 pkt->pkt_csum_tx_start_off = 0; in pkt_copy_from_mbuf()
1197 pkt->pkt_csum_tx_start_off = 0; in pkt_copy_multi_buflet_from_mbuf()
1422 (uint32_t)pkt->pkt_csum_tx_start_off, in pkt_copy_to_mbuf()
1585 (uint32_t)pkt->pkt_csum_tx_start_off, in pkt_copy_multi_buflet_to_mbuf()
H A Dos_packet_private.h653 #define pkt_csum_tx_start_off pkt_com.__p_csum_tx.__csum_start_off macro
H A Dpacket_common.h758 PKT_ADDR(ph)->pkt_csum_tx_start_off = start; in __packet_set_inet_checksum()
776 *start = PKT_ADDR(ph)->pkt_csum_tx_start_off; in __packet_get_inet_checksum()
/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_gso.c325 pkt->pkt_csum_tx_start_off = 0; in netif_gso_tcp_segment_mbuf()
H A Dnx_netif_compat.c1929 PACKET_HAS_PARTIAL_CHECKSUM(pkt), pkt->pkt_csum_tx_start_off); in nx_netif_compat_xmit_frame()
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel_ring.c1837 uint16_t start = kpkt->pkt_csum_tx_start_off; in kr_internalize_metadata()
1850 kpkt->pkt_csum_tx_start_off = 0; in kr_internalize_metadata()