udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().
[deliverable/linux.git] / net / ipv6 / ip6_gre.c
index f724329d7436430a532dd70c8c047bf0dd881642..b5e6cc1d4a7302f3288ba00ee9c75bb327410960 100644 (file)
@@ -760,7 +760,7 @@ static netdev_tx_t ip6gre_xmit2(struct sk_buff *skb,
 
        skb_set_inner_protocol(skb, protocol);
 
-       ip6tunnel_xmit(skb, dev);
+       ip6tunnel_xmit(NULL, skb, dev);
        if (ndst)
                ip6_tnl_dst_store(tunnel, ndst);
        return 0;
This page took 0.025465 seconds and 5 git commands to generate.