diff options
author | 2021-06-12 09:37:33 -0500 | |
---|---|---|
committer | 2021-06-12 13:18:48 -0700 | |
commit | 698aa6c46bf09070310cd2c8893ea2de5a796644 (patch) | |
tree | 8f052429509a0971d271df4df2812e5d76aadfbb /tools/perf/scripts/python/stackcollapse.py | |
parent | net: qualcomm: rmnet: return earlier for bad checksum (diff) | |
download | linux-dev-698aa6c46bf09070310cd2c8893ea2de5a796644.tar.xz linux-dev-698aa6c46bf09070310cd2c8893ea2de5a796644.zip |
net: qualcomm: rmnet: remove unneeded code
The previous patch makes rmnet_map_ipv4_dl_csum_trailer() return
early with an error if it is determined that the computed checksum
for the IP payload does not match what was expected.
If the computed checksum *does* match the expected value, the IP
payload (i.e., the transport message), can be considered good.
There is no need to do any further processing of the message.
This means a big block of code is unnecessary for validating the
transport checksum value, and can be removed.
Make comparable changes in rmnet_map_ipv6_dl_csum_trailer().
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions