Home
last modified time | relevance | path

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

/linux-5.10/include/net/
Dchecksum.h119 static inline void csum_replace_by_diff(__sum16 *sum, __wsum diff) in csum_replace_by_diff() function
/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_txrx.c2144 csum_replace_by_diff(&l4.udp->check, in ice_tso()
2170 csum_replace_by_diff(&l4.udp->check, in ice_tso()
2175 csum_replace_by_diff(&l4.tcp->check, in ice_tso()
/linux-5.10/drivers/net/ethernet/intel/iavf/
Diavf_txrx.c1902 csum_replace_by_diff(&l4.udp->check, in iavf_tso()
1924 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in iavf_tso()
/linux-5.10/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c2962 csum_replace_by_diff(&l4.udp->check, in i40e_tso()
2986 csum_replace_by_diff(&l4.udp->check, (__force __wsum)htonl(paylen)); in i40e_tso()
2990 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in i40e_tso()
/linux-5.10/drivers/net/ethernet/intel/igc/
Digc_main.c1291 csum_replace_by_diff(&l4.tcp->check, in igc_tso()
1296 csum_replace_by_diff(&l4.udp->check, in igc_tso()
/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c705 csum_replace_by_diff(&l4.udp->check, in hns3_set_tso()
709 csum_replace_by_diff(&l4.tcp->check, in hns3_set_tso()
/linux-5.10/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2059 csum_replace_by_diff(&l4.tcp->check, htonl(paylen)); in igbvf_tso()
/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c3822 csum_replace_by_diff(&l4.tcp->check, htonl(paylen)); in ixgbevf_tso()
/linux-5.10/drivers/net/ethernet/intel/igb/
Digb_main.c5934 csum_replace_by_diff(&l4.tcp->check, in igb_tso()
5939 csum_replace_by_diff(&l4.udp->check, in igb_tso()
/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c8012 csum_replace_by_diff(&l4.tcp->check, in ixgbe_tso()
8017 csum_replace_by_diff(&l4.udp->check, in ixgbe_tso()
/linux-5.10/net/core/
Dfilter.c1912 csum_replace_by_diff(ptr, to); in BPF_CALL_5()