Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dchecksum.h123 static inline void csum_replace_by_diff(__sum16 *sum, __wsum diff) in csum_replace_by_diff() function
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.c1890 csum_replace_by_diff(&l4.udp->check, in i40e_tso()
1912 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in i40e_tso()
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_txrx.c1515 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in ice_tso()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c2936 csum_replace_by_diff(&l4.udp->check, in i40e_tso()
2958 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in i40e_tso()
/Linux-v4.19/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2052 csum_replace_by_diff(&l4.tcp->check, htonl(paylen)); in igbvf_tso()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c515 csum_replace_by_diff(&l4.tcp->check, in hns3_set_tso()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c3791 csum_replace_by_diff(&l4.tcp->check, htonl(paylen)); in ixgbevf_tso()
/Linux-v4.19/net/core/
Dfilter.c1843 csum_replace_by_diff(ptr, to); in BPF_CALL_5()
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_main.c5774 csum_replace_by_diff(&l4.tcp->check, htonl(paylen)); in igb_tso()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c7894 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in ixgbe_tso()