Home
last modified time | relevance | path

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

/xnu-8792.61.2/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.c2146 spkt->pkt_csum_tx_start_off); in dp_copy_to_dev_mbuf()
2193 (spkt->pkt_csum_tx_start_off - spkt->pkt_headroom), in dp_copy_to_dev_pkt()
/xnu-8792.61.2/bsd/skywalk/packet/
H A Dpacket_copy.c178 dpkt->pkt_csum_tx_start_off = 0; in pkt_copy_from_pkt()
725 dpkt->pkt_csum_tx_start_off = 0; in pkt_copy_multi_buflet_from_pkt()
842 pkt->pkt_csum_tx_start_off = 0; in pkt_copy_from_mbuf()
1218 pkt->pkt_csum_tx_start_off = 0; in pkt_copy_multi_buflet_from_mbuf()
1498 (uint32_t)pkt->pkt_csum_tx_start_off, in pkt_copy_to_mbuf()
1695 (uint32_t)pkt->pkt_csum_tx_start_off, in pkt_copy_multi_buflet_to_mbuf()
H A Dos_packet_private.h694 #define pkt_csum_tx_start_off pkt_com.__p_csum_tx.__csum_start_off macro
H A Dpacket_common.h886 PKT_ADDR(ph)->pkt_csum_tx_start_off = start; in __packet_set_inet_checksum()
904 *start = PKT_ADDR(ph)->pkt_csum_tx_start_off; in __packet_get_inet_checksum()
/xnu-8792.61.2/bsd/skywalk/nexus/netif/
H A Dnx_netif_gso.c350 pkt->pkt_csum_tx_start_off = 0; in netif_gso_tcp_segment_mbuf()
H A Dnx_netif_compat.c1912 PACKET_HAS_PARTIAL_CHECKSUM(pkt), pkt->pkt_csum_tx_start_off); in nx_netif_compat_xmit_frame()
/xnu-8792.61.2/bsd/skywalk/channel/
H A Dchannel_ring.c1851 uint16_t start = kpkt->pkt_csum_tx_start_off; in kr_internalize_metadata()
1864 kpkt->pkt_csum_tx_start_off = 0; in kr_internalize_metadata()