Searched refs:csum_replace_by_diff (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/include/net/ |
D | checksum.h | 119 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/ |
D | iavf_txrx.c | 1907 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/ |
D | i40e_txrx.c | 2941 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/ |
D | ice_txrx.c | 1935 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in ice_tso()
|
/Linux-v5.4/drivers/net/ethernet/intel/igbvf/ |
D | netdev.c | 2055 csum_replace_by_diff(&l4.tcp->check, htonl(paylen)); in igbvf_tso()
|
/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 3816 csum_replace_by_diff(&l4.tcp->check, htonl(paylen)); in ixgbevf_tso()
|
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_enet.c | 727 csum_replace_by_diff(&l4.tcp->check, in hns3_set_tso()
|
/Linux-v5.4/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 5751 csum_replace_by_diff(&l4.tcp->check, htonl(paylen)); in igb_tso()
|
/Linux-v5.4/net/core/ |
D | filter.c | 1891 csum_replace_by_diff(ptr, to); in BPF_CALL_5()
|
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 8006 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in ixgbe_tso()
|