aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorJiri Benc <jbenc@redhat.com>2016-02-02 12:09:15 -0500
committerDavid S. Miller <davem@davemloft.net>2016-02-07 13:51:00 -0500
commitb4ed5cad24c1072033efbffa680c84c9ba19c798 (patch)
tree3bb88b95e6e791663d4a14e414a05d84880bcfc1 /net/unix/af_unix.c
parent1a8496ba409132afb3b407599061c34847de42d3 (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 <jbenc@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions