Home
last modified time | relevance | path

Searched hist:"185 a108fe0429ddde6388d5a85d701a39beadfec" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_map_data.cdiff 185a108fe0429ddde6388d5a85d701a39beadfec Sat Jun 12 09:37:36 CDT 2021 Alex Elder <elder@linaro.org> net: qualcomm: rmnet: IPv6 payload length is simple

We don't support any extension headers for IPv6 packets. Extension
headers therefore contribute 0 bytes to the payload length. As a
result we can just use the IPv6 payload length as the length used to
compute the pseudo header checksum for both UDP and TCP messages.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>