Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dchecksum.h119 static inline void csum_replace_by_diff(__sum16 *sum, __wsum diff) in csum_replace_by_diff() function
/Linux-v5.4/drivers/net/ethernet/intel/iavf/
Diavf_txrx.c1907 csum_replace_by_diff(&l4.udp->check, in iavf_tso()
1929 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in iavf_tso()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c2941 csum_replace_by_diff(&l4.udp->check, in i40e_tso()
2963 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in i40e_tso()
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_txrx.c1935 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in ice_tso()
/Linux-v5.4/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2055 csum_replace_by_diff(&l4.tcp->check, htonl(paylen)); in igbvf_tso()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c3816 csum_replace_by_diff(&l4.tcp->check, htonl(paylen)); in ixgbevf_tso()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c727 csum_replace_by_diff(&l4.tcp->check, in hns3_set_tso()
/Linux-v5.4/drivers/net/ethernet/intel/igb/
Digb_main.c5751 csum_replace_by_diff(&l4.tcp->check, htonl(paylen)); in igb_tso()
/Linux-v5.4/net/core/
Dfilter.c1891 csum_replace_by_diff(ptr, to); in BPF_CALL_5()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c8006 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in ixgbe_tso()