diff options
author | 2021-06-11 14:05:23 -0500 | |
---|---|---|
committer | 2021-06-11 13:37:49 -0700 | |
commit | 75db5b07f8c393c216fd20f7adc9a167fc684c23 (patch) | |
tree | 0519e5aacaec021c282490922e0990cf683b5eaa /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net: qualcomm: rmnet: use ip_is_fragment() (diff) | |
download | linux-dev-75db5b07f8c393c216fd20f7adc9a167fc684c23.tar.xz linux-dev-75db5b07f8c393c216fd20f7adc9a167fc684c23.zip |
net: qualcomm: rmnet: eliminate some ifdefs
If IPV6 is not enabled in the kernel configuration, the RMNet
checksum code indicates a buffer containing an IPv6 packet is not
supported. The same thing happens if a buffer contains something
other than an IPv4 or IPv6 packet.
We can rearrange things a bit in two functions so that some #ifdef
calls can simply be eliminated.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions