aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/fou.h
diff options
context:
space:
mode:
authorTom Herbert <tom@herbertland.com>2016-05-18 09:06:18 -0700
committerDavid S. Miller <davem@davemloft.net>2016-05-20 18:03:16 -0400
commitaa3463d65e7b9f5ae322db4a12214c2cb041bc8e (patch)
treee5cb72e8a272093850bdf1ba21c1865eab5edcb5 /include/net/fou.h
parentip6_tun: Add infrastructure for doing encapsulation (diff)
downloadlinux-dev-aa3463d65e7b9f5ae322db4a12214c2cb041bc8e.tar.xz
linux-dev-aa3463d65e7b9f5ae322db4a12214c2cb041bc8e.zip
fou: Add encap ops for IPv6 tunnels
This patch add a new fou6 module that provides encapsulation operations for IPv6. Signed-off-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/fou.h')
-rw-r--r--include/net/fou.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/fou.h b/include/net/fou.h
index 7d2fda2a3a9c..f5cc6910a27e 100644
--- a/include/net/fou.h
+++ b/include/net/fou.h
@@ -9,7 +9,7 @@
#include <net/udp.h>
size_t fou_encap_hlen(struct ip_tunnel_encap *e);
-static size_t gue_encap_hlen(struct ip_tunnel_encap *e);
+size_t gue_encap_hlen(struct ip_tunnel_encap *e);
int __fou_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e,
u8 *protocol, __be16 *sport, int type);