Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dchecksum.h121 static inline void csum_replace_by_diff(__sum16 *sum, __wsum diff) in csum_replace_by_diff() function
/Linux-v5.15/drivers/net/ethernet/sfc/
Def100_tx.c229 csum_replace_by_diff(&tcp->check, (__force __wsum)htonl(paylen)); in ef100_make_tso_desc()
/Linux-v5.15/drivers/net/ethernet/intel/iavf/
Diavf_txrx.c1889 csum_replace_by_diff(&l4.udp->check, in iavf_tso()
1912 csum_replace_by_diff(&l4.udp->check, in iavf_tso()
1917 csum_replace_by_diff(&l4.tcp->check, in iavf_tso()
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_txrx.c1925 csum_replace_by_diff(&l4.udp->check, in ice_tso()
1951 csum_replace_by_diff(&l4.udp->check, in ice_tso()
1956 csum_replace_by_diff(&l4.tcp->check, in ice_tso()
/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c3068 csum_replace_by_diff(&l4.udp->check, in i40e_tso()
3092 csum_replace_by_diff(&l4.udp->check, (__force __wsum)htonl(paylen)); in i40e_tso()
3096 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in i40e_tso()
/Linux-v5.15/drivers/net/ethernet/google/gve/
Dgve_tx_dqo.c387 csum_replace_by_diff(&tcp->check, in gve_prep_tso()
/Linux-v5.15/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2059 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in igbvf_tso()
/Linux-v5.15/drivers/net/ethernet/intel/igc/
Digc_main.c1383 csum_replace_by_diff(&l4.tcp->check, in igc_tso()
1388 csum_replace_by_diff(&l4.udp->check, in igc_tso()
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c1208 csum_replace_by_diff(&l4.udp->check, in hns3_set_tso()
1212 csum_replace_by_diff(&l4.tcp->check, in hns3_set_tso()
/Linux-v5.15/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c3818 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in ixgbevf_tso()
/Linux-v5.15/drivers/net/ethernet/intel/igb/
Digb_main.c5944 csum_replace_by_diff(&l4.tcp->check, in igb_tso()
5949 csum_replace_by_diff(&l4.udp->check, in igb_tso()
/Linux-v5.15/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c8019 csum_replace_by_diff(&l4.tcp->check, in ixgbe_tso()
8024 csum_replace_by_diff(&l4.udp->check, in ixgbe_tso()
/Linux-v5.15/net/core/
Dfilter.c1910 csum_replace_by_diff(ptr, to); in BPF_CALL_5()