summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2010-05-06 09:26:49 +0200
committerDavid S. Miller <davem@davemloft.net>2010-05-06 09:26:49 +0200
commit58544feb67eac49d55cc3408aea1ae42521af90d (patch)
tree6559cbeda7bcba3f722caf736d3dd4bb5367553b /include
parentigb: reduce cache misses on tx cleanup (diff)
parentmacvtap: add ioctl to modify vnet header size (diff)
downloadlinux-58544feb67eac49d55cc3408aea1ae42521af90d.tar.xz
linux-58544feb67eac49d55cc3408aea1ae42521af90d.zip
Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Diffstat (limited to 'include')
-rw-r--r--include/linux/if_tun.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/if_tun.h b/include/linux/if_tun.h
index 1350a246893a..06b1829731fd 100644
--- a/include/linux/if_tun.h
+++ b/include/linux/if_tun.h
@@ -51,6 +51,8 @@
#define TUNSETSNDBUF _IOW('T', 212, int)
#define TUNATTACHFILTER _IOW('T', 213, struct sock_fprog)
#define TUNDETACHFILTER _IOW('T', 214, struct sock_fprog)
+#define TUNGETVNETHDRSZ _IOR('T', 215, int)
+#define TUNSETVNETHDRSZ _IOW('T', 216, int)
/* TUNSETIFF ifr flags */
#define IFF_TUN 0x0001