Searched refs:csum_replace_by_diff (Results 1 – 15 of 15) sorted by relevance
| /linux/include/net/ |
| H A D | checksum.h | 114 static __always_inline void csum_replace_by_diff(__sum16 *sum, __wsum diff) in csum_replace_by_diff() function
|
| /linux/net/core/ |
| H A D | utils.c | 479 csum_replace_by_diff(sum, diff); in inet_proto_csum_replace_by_diff()
|
| H A D | filter.c | 1948 csum_replace_by_diff(ptr, to); in BPF_CALL_5()
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_txrx.c | 1784 csum_replace_by_diff(&l4.udp->check, in iavf_tso() 1807 csum_replace_by_diff(&l4.udp->check, in iavf_tso() 1812 csum_replace_by_diff(&l4.tcp->check, in iavf_tso()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_txrx.c | 2330 csum_replace_by_diff(&l4.udp->check, in ice_tso() 2354 csum_replace_by_diff(&l4.udp->check, in ice_tso() 2359 csum_replace_by_diff(&l4.tcp->check, in ice_tso()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_txrx.c | 3138 csum_replace_by_diff(&l4.udp->check, in i40e_tso() 3162 csum_replace_by_diff(&l4.udp->check, (__force __wsum)htonl(paylen)); in i40e_tso() 3166 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in i40e_tso()
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_txrx.c | 232 csum_replace_by_diff(&tcph->check, (__force __wsum)payload_len); in fbnic_tx_lso() 238 csum_replace_by_diff(&udph->check, (__force __wsum)payload_len); in fbnic_tx_lso()
|
| /linux/drivers/net/ethernet/google/gve/ |
| H A D | gve_tx_dqo.c | 594 csum_replace_by_diff(&tcp->check, (__force __wsum)htonl(paylen)); in gve_prep_tso()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_txrx.c | 2845 csum_replace_by_diff(&l4.tcp->check, in idpf_tso() 2850 csum_replace_by_diff(&l4.udp->check, in idpf_tso()
|
| /linux/drivers/net/ethernet/intel/igbvf/ |
| H A D | netdev.c | 2051 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in igbvf_tso()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_enet.c | 1224 csum_replace_by_diff(&l4.udp->check, in hns3_set_tso() 1228 csum_replace_by_diff(&l4.tcp->check, in hns3_set_tso()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_main.c | 1511 csum_replace_by_diff(&l4.tcp->check, in igc_tso() 1516 csum_replace_by_diff(&l4.udp->check, in igc_tso()
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ixgbevf_main.c | 3874 csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); in ixgbevf_tso()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_main.c | 6117 csum_replace_by_diff(&l4.tcp->check, in igb_tso() 6122 csum_replace_by_diff(&l4.udp->check, in igb_tso()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_main.c | 8776 csum_replace_by_diff(&l4.tcp->check, in ixgbe_tso() 8781 csum_replace_by_diff(&l4.udp->check, in ixgbe_tso()
|