summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/if_arp.h
diff options
context:
space:
mode:
authorGerard Garcia2017-04-21 11:10:44 +0200
committerDavid S. Miller2017-04-24 18:35:56 +0200
commit531b374834c891ae2abf800693074df35a7d1a36 (patch)
treeffc34ece8edd0c7417db366a1a9ab5d543c1bbcb /include/uapi/linux/if_arp.h
parentMerge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or... (diff)
downloadkernel-qcow2-linux-531b374834c891ae2abf800693074df35a7d1a36.tar.gz
kernel-qcow2-linux-531b374834c891ae2abf800693074df35a7d1a36.tar.xz
kernel-qcow2-linux-531b374834c891ae2abf800693074df35a7d1a36.zip
VSOCK: Add vsockmon tap functions
Add tap functions that can be used by the vsock transports to deliver packets to vsockmon virtual network devices. Signed-off-by: Gerard Garcia <ggarcia@deic.uab.cat> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Jorgen Hansen <jhansen@vmware.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/if_arp.h')
-rw-r--r--include/uapi/linux/if_arp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/if_arp.h b/include/uapi/linux/if_arp.h
index 4d024d75d64b..cf73510b9238 100644
--- a/include/uapi/linux/if_arp.h
+++ b/include/uapi/linux/if_arp.h
@@ -95,6 +95,7 @@
#define ARPHRD_IP6GRE 823 /* GRE over IPv6 */
#define ARPHRD_NETLINK 824 /* Netlink header */
#define ARPHRD_6LOWPAN 825 /* IPv6 over LoWPAN */
+#define ARPHRD_VSOCKMON 826 /* Vsock monitor header */
#define ARPHRD_VOID 0xFFFF /* Void type, nothing is known */
#define ARPHRD_NONE 0xFFFE /* zero header length */