Home
last modified time | relevance | path

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

/linux-6.8/include/net/ !
Dchecksum.h126 static __always_inline void csum_replace_by_diff(__sum16 *sum, __wsum diff) in csum_replace_by_diff() function
/linux-6.8/net/core/ !
Dutils.c479 csum_replace_by_diff(sum, diff); in inet_proto_csum_replace_by_diff()
Dfilter.c1931 csum_replace_by_diff(ptr, to); in BPF_CALL_5()
/linux-6.8/drivers/net/ethernet/sfc/ !
Def100_tx.c229 csum_replace_by_diff(&tcp->check, (__force __wsum)htonl(paylen)); in ef100_make_tso_desc()
/linux-6.8/drivers/net/ethernet/intel/iavf/ !
Diavf_txrx.c1909 csum_replace_by_diff(&l4.udp->check, in iavf_tso()
1932 csum_replace_by_diff(&l4.udp->check, in iavf_tso()
1937 csum_replace_by_diff(&l4.tcp->check, in iavf_tso()
/linux-6.8/drivers/net/ethernet/intel/ice/ !
Dice_txrx.c2076 csum_replace_by_diff(&l4.udp->check, in ice_tso()
2100 csum_replace_by_diff(&l4.udp->check, in ice_tso()
2105 csum_replace_by_diff(&l4.tcp->check, in ice_tso()
/linux-6.8/drivers/net/ethernet/intel/i40e/ !
Di40e_txrx.c3139 csum_replace_by_diff(&l4.udp->check, in i40e_tso()
3163 csum_replace_by_diff(&l4.udp->check, (__force __wsum)htonl(paylen)); in i40e_tso()
3167 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in i40e_tso()
/linux-6.8/drivers/net/ethernet/google/gve/ !
Dgve_tx_dqo.c517 csum_replace_by_diff(&tcp->check, in gve_prep_tso()
/linux-6.8/drivers/net/ethernet/intel/idpf/ !
Didpf_txrx.c2408 csum_replace_by_diff(&l4.tcp->check, in idpf_tso()
2413 csum_replace_by_diff(&l4.udp->check, in idpf_tso()
/linux-6.8/drivers/net/ethernet/intel/igbvf/ !
Dnetdev.c2061 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in igbvf_tso()
/linux-6.8/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.8/drivers/net/ethernet/intel/igc/ !
Digc_main.c1521 csum_replace_by_diff(&l4.tcp->check, in igc_tso()
1526 csum_replace_by_diff(&l4.udp->check, in igc_tso()
/linux-6.8/drivers/net/ethernet/intel/ixgbevf/ !
Dixgbevf_main.c3843 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in ixgbevf_tso()
/linux-6.8/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.8/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()