aboutsummaryrefslogtreecommitdiffstats
path: root/ip/tunnel.h
diff options
context:
space:
mode:
authorStephen Hemminger <shemming@brocade.com>2015-12-21 21:37:21 -0800
committerStephen Hemminger <shemming@brocade.com>2015-12-21 21:37:21 -0800
commit5d3ec4384963f7cc2f9725644c58ed7561873eee (patch)
tree1bc04da2e40519b0ae38cee6ee7d514276c4bc2a /ip/tunnel.h
parentfd7f9c7fd11fa926bda2edc8bc492e7515753a32 (diff)
parentf8fc1d101e74fc9f1f9ca57b5e494c2f7bc33bf7 (diff)
downloadandroid_external_iproute2-5d3ec4384963f7cc2f9725644c58ed7561873eee.tar.gz
android_external_iproute2-5d3ec4384963f7cc2f9725644c58ed7561873eee.tar.bz2
android_external_iproute2-5d3ec4384963f7cc2f9725644c58ed7561873eee.zip
Merge branch 'master' into net-next
Diffstat (limited to 'ip/tunnel.h')
-rw-r--r--ip/tunnel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ip/tunnel.h b/ip/tunnel.h
index 9fb4a18..9a03c0d 100644
--- a/ip/tunnel.h
+++ b/ip/tunnel.h
@@ -32,5 +32,6 @@ int tnl_prl_ioctl(int cmd, const char *name, void *p);
int tnl_6rd_ioctl(int cmd, const char *name, void *p);
int tnl_ioctl_get_6rd(const char *name, void *p);
__be32 tnl_parse_key(const char *name, const char *key);
+void tnl_print_stats(const char *buf);
#endif