diff options
author | Jiri Benc <[email protected]> | 2016-02-02 18:09:15 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-02-07 13:51:00 -0500 |
commit | b4ed5cad24c1072033efbffa680c84c9ba19c798 (patch) | |
tree | 3bb88b95e6e791663d4a14e414a05d84880bcfc1 /net/unix/af_unix.c | |
parent | 1a8496ba409132afb3b407599061c34847de42d3 (diff) |
vxlan: consolidate csum flag handling
The flag for tx checksumming for tunneling over IPv4 and IPv6 is different.
Decide whether to do tx checksumming in vxlan_xmit_one and pass it on as
a separate flag. This will allow for tx path consolidation in the next
patch.
Unfortunately, gcc is not clever enough to see that udp_sum is always
initialized and gives an uninitialized variable warning. Set it to false to
silence the warning.
Signed-off-by: Jiri Benc <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions