diff options
| author | Gerard Garcia <ggarcia@deic.uab.cat> | 2017-04-21 05:10:45 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2017-04-24 12:35:56 -0400 |
| commit | 0b2e66448ba20eb30ea62345d6beb9ee2a1ce06b (patch) | |
| tree | 044d66fc95f06c1239208e1d2b4ec7559b693ab0 /include/uapi/linux/Kbuild | |
| parent | 531b374834c891ae2abf800693074df35a7d1a36 (diff) | |
VSOCK: Add vsockmon device
Add vsockmon virtual network device that receives packets from the vsock
transports and exposes them to user space.
Based on the nlmon device.
Signed-off-by: Gerard Garcia <ggarcia@deic.uab.cat>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/Kbuild')
| -rw-r--r-- | include/uapi/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index f8d9fed17ba9..6b0e2758585f 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild | |||
| @@ -477,6 +477,7 @@ header-y += virtio_types.h | |||
| 477 | header-y += virtio_vsock.h | 477 | header-y += virtio_vsock.h |
| 478 | header-y += virtio_crypto.h | 478 | header-y += virtio_crypto.h |
| 479 | header-y += vm_sockets.h | 479 | header-y += vm_sockets.h |
| 480 | header-y += vsockmon.h | ||
| 480 | header-y += vt.h | 481 | header-y += vt.h |
| 481 | header-y += vtpm_proxy.h | 482 | header-y += vtpm_proxy.h |
| 482 | header-y += wait.h | 483 | header-y += wait.h |
