Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dchecksum.h126 static __always_inline void csum_replace_by_diff(__sum16 *sum, __wsum diff) in csum_replace_by_diff() function
/linux-6.12.1/net/core/
Dutils.c479 csum_replace_by_diff(sum, diff); in inet_proto_csum_replace_by_diff()
Dfilter.c1943 csum_replace_by_diff(ptr, to); in BPF_CALL_5()
/linux-6.12.1/drivers/net/ethernet/intel/iavf/
Diavf_txrx.c1550 csum_replace_by_diff(&l4.udp->check, in iavf_tso()
1573 csum_replace_by_diff(&l4.udp->check, in iavf_tso()
1578 csum_replace_by_diff(&l4.tcp->check, in iavf_tso()
/linux-6.12.1/drivers/net/ethernet/sfc/
Def100_tx.c229 csum_replace_by_diff(&tcp->check, (__force __wsum)htonl(paylen)); in ef100_make_tso_desc()
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_txrx.c2038 csum_replace_by_diff(&l4.udp->check, in ice_tso()
2062 csum_replace_by_diff(&l4.udp->check, in ice_tso()
2067 csum_replace_by_diff(&l4.tcp->check, in ice_tso()
/linux-6.12.1/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c3141 csum_replace_by_diff(&l4.udp->check, in i40e_tso()
3165 csum_replace_by_diff(&l4.udp->check, (__force __wsum)htonl(paylen)); in i40e_tso()
3169 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in i40e_tso()
/linux-6.12.1/drivers/net/ethernet/google/gve/
Dgve_tx_dqo.c568 csum_replace_by_diff(&tcp->check, (__force __wsum)htonl(paylen)); in gve_prep_tso()
/linux-6.12.1/drivers/net/ethernet/intel/idpf/
Didpf_txrx.c2564 csum_replace_by_diff(&l4.tcp->check, in idpf_tso()
2569 csum_replace_by_diff(&l4.udp->check, in idpf_tso()
/linux-6.12.1/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2061 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in igbvf_tso()
/linux-6.12.1/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.12.1/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.12.1/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c3842 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in ixgbevf_tso()
/linux-6.12.1/drivers/net/ethernet/intel/igb/
Digb_main.c6028 csum_replace_by_diff(&l4.tcp->check, in igb_tso()
6033 csum_replace_by_diff(&l4.udp->check, in igb_tso()
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c8148 csum_replace_by_diff(&l4.tcp->check, in ixgbe_tso()
8153 csum_replace_by_diff(&l4.udp->check, in ixgbe_tso()