Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dchecksum.h120 static __always_inline void csum_replace_by_diff(__sum16 *sum, __wsum diff) in csum_replace_by_diff() function
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c2148 csum_replace_by_diff(&l4.udp->check, in ice_tso()
2174 csum_replace_by_diff(&l4.udp->check, in ice_tso()
2179 csum_replace_by_diff(&l4.tcp->check, in ice_tso()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c1904 csum_replace_by_diff(&l4.udp->check, in iavf_tso()
1926 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in iavf_tso()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c2958 csum_replace_by_diff(&l4.udp->check, in i40e_tso()
2982 csum_replace_by_diff(&l4.udp->check, (__force __wsum)htonl(paylen)); in i40e_tso()
2986 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in i40e_tso()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_main.c1297 csum_replace_by_diff(&l4.tcp->check, in igc_tso()
1302 csum_replace_by_diff(&l4.udp->check, in igc_tso()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c711 csum_replace_by_diff(&l4.udp->check, in hns3_set_tso()
715 csum_replace_by_diff(&l4.tcp->check, in hns3_set_tso()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2059 csum_replace_by_diff(&l4.tcp->check, htonl(paylen)); in igbvf_tso()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c3826 csum_replace_by_diff(&l4.tcp->check, htonl(paylen)); in ixgbevf_tso()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A Digb_main.c5956 csum_replace_by_diff(&l4.tcp->check, in igb_tso()
5961 csum_replace_by_diff(&l4.udp->check, in igb_tso()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8025 csum_replace_by_diff(&l4.tcp->check, in ixgbe_tso()
8030 csum_replace_by_diff(&l4.udp->check, in ixgbe_tso()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c1913 csum_replace_by_diff(ptr, to); in BPF_CALL_5()