Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/
Dchecksum.h126 static __always_inline void csum_replace_by_diff(__sum16 *sum, __wsum diff) in csum_replace_by_diff() function
/linux-6.14.4/net/core/
Dutils.c479 csum_replace_by_diff(sum, diff); in inet_proto_csum_replace_by_diff()
Dfilter.c1939 csum_replace_by_diff(ptr, to); in BPF_CALL_5()
/linux-6.14.4/drivers/net/ethernet/intel/iavf/
Diavf_txrx.c1550 csum_replace_by_diff(&l4.udp->check, in iavf_tso()
1573 csum_replace_by_diff(&l4.udp->check, in iavf_tso()
1578 csum_replace_by_diff(&l4.tcp->check, in iavf_tso()
/linux-6.14.4/drivers/net/ethernet/sfc/
Def100_tx.c229 csum_replace_by_diff(&tcp->check, (__force __wsum)htonl(paylen)); in ef100_make_tso_desc()
/linux-6.14.4/drivers/net/ethernet/intel/ice/
Dice_txrx.c2094 csum_replace_by_diff(&l4.udp->check, in ice_tso()
2118 csum_replace_by_diff(&l4.udp->check, in ice_tso()
2123 csum_replace_by_diff(&l4.tcp->check, in ice_tso()
/linux-6.14.4/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c3141 csum_replace_by_diff(&l4.udp->check, in i40e_tso()
3165 csum_replace_by_diff(&l4.udp->check, (__force __wsum)htonl(paylen)); in i40e_tso()
3169 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in i40e_tso()
/linux-6.14.4/drivers/net/ethernet/google/gve/
Dgve_tx_dqo.c568 csum_replace_by_diff(&tcp->check, (__force __wsum)htonl(paylen)); in gve_prep_tso()
/linux-6.14.4/drivers/net/ethernet/intel/idpf/
Didpf_txrx.c2565 csum_replace_by_diff(&l4.tcp->check, in idpf_tso()
2570 csum_replace_by_diff(&l4.udp->check, in idpf_tso()
/linux-6.14.4/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2058 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in igbvf_tso()
/linux-6.14.4/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c1213 csum_replace_by_diff(&l4.udp->check, in hns3_set_tso()
1217 csum_replace_by_diff(&l4.tcp->check, in hns3_set_tso()
/linux-6.14.4/drivers/net/ethernet/intel/igc/
Digc_main.c1513 csum_replace_by_diff(&l4.tcp->check, in igc_tso()
1518 csum_replace_by_diff(&l4.udp->check, in igc_tso()
/linux-6.14.4/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c3844 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in ixgbevf_tso()
/linux-6.14.4/drivers/net/ethernet/intel/igb/
Digb_main.c6068 csum_replace_by_diff(&l4.tcp->check, in igb_tso()
6073 csum_replace_by_diff(&l4.udp->check, in igb_tso()
/linux-6.14.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c8513 csum_replace_by_diff(&l4.tcp->check, in ixgbe_tso()
8518 csum_replace_by_diff(&l4.udp->check, in ixgbe_tso()