summaryrefslogtreecommitdiffstats
path: root/net/tap_int.h
diff options
context:
space:
mode:
authorAndrew Melnychenko2021-05-14 13:48:30 +0200
committerJason Wang2021-06-04 09:25:46 +0200
commit8f364e344c3e71d4cc4e683d21241f6c36d62a5e (patch)
tree5ba18bb9310ff32504c4d5bcb48e4c6e2136c698 /net/tap_int.h
parentnet/tap: Added TUNSETSTEERINGEBPF code. (diff)
downloadqemu-8f364e344c3e71d4cc4e683d21241f6c36d62a5e.tar.gz
qemu-8f364e344c3e71d4cc4e683d21241f6c36d62a5e.tar.xz
qemu-8f364e344c3e71d4cc4e683d21241f6c36d62a5e.zip
net: Added SetSteeringEBPF method for NetClientState.
For now, that method supported only by Linux TAP. Linux TAP uses TUNSETSTEERINGEBPF ioctl. Signed-off-by: Andrew Melnychenko <andrew@daynix.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'net/tap_int.h')
-rw-r--r--net/tap_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tap_int.h b/net/tap_int.h
index 225a49ea48..547f8a5a28 100644
--- a/net/tap_int.h
+++ b/net/tap_int.h
@@ -44,5 +44,6 @@ int tap_fd_set_vnet_be(int fd, int vnet_is_be);
int tap_fd_enable(int fd);
int tap_fd_disable(int fd);
int tap_fd_get_ifname(int fd, char *ifname);
+int tap_fd_set_steering_ebpf(int fd, int prog_fd);
#endif /* NET_TAP_INT_H */