Home
last modified time | relevance | path

Searched hist:"76 eeb12b71a4aa5654694765c8c1bde9a1ce8bd8" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/net/
H A Dip6_checksum.hdiff 76eeb12b71a4aa5654694765c8c1bde9a1ce8bd8 Tue Feb 18 13:56:41 CST 2020 Heiner Kallweit <hkallweit1@gmail.com> net: core: add helper tcp_v6_gso_csum_prep

Several network drivers for chips that support TSO6 share the same code
for preparing the TCP header, so let's factor it out to a helper.
A difference is that some drivers reset the payload_len whilst others
don't do this. This value is overwritten by TSO anyway, therefore
the new helper resets it in general.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Alexander Duyck <alexander.h.duyck@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>