]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/net/ip_tunnels.h
iptunnels: remove net arg from iptunnel_xmit()
[karo-tx-linux.git] / include / net / ip_tunnels.h
index 0ce316bb3c65c4f7725c24d8963dd306ba23ced6..94fe8fd07bc9686a2feca2756cd65d6cdb3fab83 100644 (file)
@@ -146,8 +146,7 @@ static inline u8 ip_tunnel_ecn_encap(u8 tos, const struct iphdr *iph,
 }
 
 int iptunnel_pull_header(struct sk_buff *skb, int hdr_len, __be16 inner_proto);
-int iptunnel_xmit(struct net *net, struct rtable *rt,
-                 struct sk_buff *skb,
+int iptunnel_xmit(struct rtable *rt, struct sk_buff *skb,
                  __be32 src, __be32 dst, __u8 proto,
                  __u8 tos, __u8 ttl, __be16 df);