Home
last modified time | relevance | path

Searched refs:pkt_csum_tx_stuff_off (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/packet/
H A Dpacket_copy.c185 dpkt->pkt_csum_tx_stuff_off = 0; in pkt_copy_from_pkt()
762 dpkt->pkt_csum_tx_stuff_off = 0; in pkt_copy_multi_buflet_from_pkt()
921 pkt->pkt_csum_tx_stuff_off = 0; in pkt_copy_from_mbuf()
1323 pkt->pkt_csum_tx_stuff_off = 0; in pkt_copy_multi_buflet_from_mbuf()
1600 uint16_t stuff = pkt->pkt_csum_tx_stuff_off; in pkt_copy_to_mbuf()
1679 (uint32_t)pkt->pkt_csum_tx_stuff_off); in pkt_copy_to_mbuf()
1829 uint16_t stuff = pkt->pkt_csum_tx_stuff_off; in pkt_copy_multi_buflet_to_mbuf()
1906 (uint32_t)pkt->pkt_csum_tx_stuff_off); in pkt_copy_multi_buflet_to_mbuf()
H A Dos_packet_private.h679 #define pkt_csum_tx_stuff_off pkt_com.__p_csum_tx.__csum_stuff_off macro
H A Dpacket_common.h925 PKT_ADDR(ph)->pkt_csum_tx_stuff_off = stuff_val; in __packet_set_inet_checksum()
954 *stuff_val = PKT_ADDR(ph)->pkt_csum_tx_stuff_off; in __packet_get_inet_checksum()
/xnu-12377.1.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_gso.c358 pkt->pkt_csum_tx_stuff_off = 0; in netif_gso_tcp_segment_mbuf()
/xnu-12377.1.9/bsd/skywalk/channel/
H A Dchannel_ring.c1808 uint16_t stuff = kpkt->pkt_csum_tx_stuff_off; in kr_internalize_metadata()
1821 kpkt->pkt_csum_tx_stuff_off = 0; in kr_internalize_metadata()
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2707 (spkt->pkt_csum_tx_stuff_off - spkt->pkt_headroom), in dp_copy_to_dev_pkt()