summaryrefslogtreecommitdiff
path: root/net/tap-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tap-linux.h')
-rw-r--r--net/tap-linux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tap-linux.h b/net/tap-linux.h
index 727fcf5010..659e98122b 100644
--- a/net/tap-linux.h
+++ b/net/tap-linux.h
@@ -27,6 +27,8 @@
#define TUNSETOFFLOAD _IOW('T', 208, unsigned int)
#define TUNGETIFF _IOR('T', 210, unsigned int)
#define TUNSETSNDBUF _IOW('T', 212, int)
+#define TUNGETVNETHDRSZ _IOR('T', 215, int)
+#define TUNSETVNETHDRSZ _IOW('T', 216, int)
#endif