Searched refs:csum_replace_by_diff (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | checksum.h | 120 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 D | ice_txrx.c | 2148 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 D | iavf_txrx.c | 1904 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 D | i40e_txrx.c | 2958 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 D | igc_main.c | 1297 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 D | hns3_enet.c | 711 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 D | netdev.c | 2059 csum_replace_by_diff(&l4.tcp->check, htonl(paylen)); in igbvf_tso()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ixgbevf_main.c | 3826 csum_replace_by_diff(&l4.tcp->check, htonl(paylen)); in ixgbevf_tso()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/ |
| H A D | igb_main.c | 5956 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 D | ixgbe_main.c | 8025 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 D | filter.c | 1913 csum_replace_by_diff(ptr, to); in BPF_CALL_5()
|