Home
last modified time | relevance | path

Searched refs:csum_replace_by_diff (Results 1 – 14 of 14) sorted by relevance

/linux-6.6.21/include/net/
Dchecksum.h126 static __always_inline void csum_replace_by_diff(__sum16 *sum, __wsum diff) in csum_replace_by_diff() function
/linux-6.6.21/net/core/
Dutils.c479 csum_replace_by_diff(sum, diff); in inet_proto_csum_replace_by_diff()
Dfilter.c1926 csum_replace_by_diff(ptr, to); in BPF_CALL_5()
/linux-6.6.21/drivers/net/ethernet/sfc/
Def100_tx.c229 csum_replace_by_diff(&tcp->check, (__force __wsum)htonl(paylen)); in ef100_make_tso_desc()
/linux-6.6.21/drivers/net/ethernet/intel/iavf/
Diavf_txrx.c1912 csum_replace_by_diff(&l4.udp->check, in iavf_tso()
1935 csum_replace_by_diff(&l4.udp->check, in iavf_tso()
1940 csum_replace_by_diff(&l4.tcp->check, in iavf_tso()
/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_txrx.c2077 csum_replace_by_diff(&l4.udp->check, in ice_tso()
2101 csum_replace_by_diff(&l4.udp->check, in ice_tso()
2106 csum_replace_by_diff(&l4.tcp->check, in ice_tso()
/linux-6.6.21/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c3155 csum_replace_by_diff(&l4.udp->check, in i40e_tso()
3179 csum_replace_by_diff(&l4.udp->check, (__force __wsum)htonl(paylen)); in i40e_tso()
3183 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in i40e_tso()
/linux-6.6.21/drivers/net/ethernet/google/gve/
Dgve_tx_dqo.c517 csum_replace_by_diff(&tcp->check, in gve_prep_tso()
/linux-6.6.21/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2062 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in igbvf_tso()
/linux-6.6.21/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c1213 csum_replace_by_diff(&l4.udp->check, in hns3_set_tso()
1217 csum_replace_by_diff(&l4.tcp->check, in hns3_set_tso()
/linux-6.6.21/drivers/net/ethernet/intel/igc/
Digc_main.c1519 csum_replace_by_diff(&l4.tcp->check, in igc_tso()
1524 csum_replace_by_diff(&l4.udp->check, in igc_tso()
/linux-6.6.21/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c3843 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in ixgbevf_tso()
/linux-6.6.21/drivers/net/ethernet/intel/igb/
Digb_main.c6048 csum_replace_by_diff(&l4.tcp->check, in igb_tso()
6053 csum_replace_by_diff(&l4.udp->check, in igb_tso()
/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c8121 csum_replace_by_diff(&l4.tcp->check, in ixgbe_tso()
8126 csum_replace_by_diff(&l4.udp->check, in ixgbe_tso()