udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().
authorDavid Miller <davem@davemloft.net>
Mon, 6 Apr 2015 02:19:09 +0000 (22:19 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Apr 2015 19:29:08 +0000 (15:29 -0400)
That was we can make sure the output path of ipv4/ipv6 operate on
the UDP socket rather than whatever random thing happens to be in
skb->sk.

Based upon a patch by Jiri Pirko.

Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>

No differences found