]> git.baikalelectronics.ru Git - kernel.git/commit
ila: cleanup checksum diff
authorTom Herbert <tom@quantonium.net>
Sun, 5 Nov 2017 23:58:22 +0000 (15:58 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Nov 2017 02:20:48 +0000 (11:20 +0900)
commit28c03d472e072cdc872239cfa3de0aff05bc6634
treee8d48b073ed8d7a29ad9bc2ea2d22e5e3c591afc
parentbe54f2090498cebbdbb37df7a6d66172be1c3da8
ila: cleanup checksum diff

Consolidate computing checksum diff into one function.

Add get_csum_diff_iaddr that computes the checksum diff between
an address argument and locator being written. get_csum_diff
calls this using the destination address in the IP header as
the argument.

Also moved ila_init_saved_csum to be close to the checksum

diff functions.

Signed-off-by: Tom Herbert <tom@quantonium.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ila/ila_common.c