Home
last modified time | relevance | path

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

/xnu-11215.61.5/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.c2578 spkt->pkt_csum_tx_start_off); in dp_copy_to_dev_mbuf()
2628 (spkt->pkt_csum_tx_start_off - spkt->pkt_headroom), in dp_copy_to_dev_pkt()
/xnu-11215.61.5/bsd/skywalk/packet/
H A Dpacket_copy.c184 dpkt->pkt_csum_tx_start_off = 0; in pkt_copy_from_pkt()
753 dpkt->pkt_csum_tx_start_off = 0; in pkt_copy_multi_buflet_from_pkt()
904 pkt->pkt_csum_tx_start_off = 0; in pkt_copy_from_mbuf()
1293 pkt->pkt_csum_tx_start_off = 0; in pkt_copy_multi_buflet_from_mbuf()
1624 (uint32_t)pkt->pkt_csum_tx_start_off, in pkt_copy_to_mbuf()
1838 (uint32_t)pkt->pkt_csum_tx_start_off, in pkt_copy_multi_buflet_to_mbuf()
H A Dos_packet_private.h678 #define pkt_csum_tx_start_off pkt_com.__p_csum_tx.__csum_start_off macro
H A Dpacket_common.h929 PKT_ADDR(ph)->pkt_csum_tx_start_off = start; in __packet_set_inet_checksum()
956 *start = PKT_ADDR(ph)->pkt_csum_tx_start_off; in __packet_get_inet_checksum()
/xnu-11215.61.5/bsd/skywalk/nexus/netif/
H A Dnx_netif_gso.c364 pkt->pkt_csum_tx_start_off = 0; in netif_gso_tcp_segment_mbuf()
H A Dnx_netif_compat.c1914 PACKET_HAS_PARTIAL_CHECKSUM(pkt), pkt->pkt_csum_tx_start_off); in nx_netif_compat_xmit_frame()
/xnu-11215.61.5/bsd/skywalk/channel/
H A Dchannel_ring.c1859 uint16_t start = kpkt->pkt_csum_tx_start_off; in kr_internalize_metadata()
1872 kpkt->pkt_csum_tx_start_off = 0; in kr_internalize_metadata()