Home
last modified time | relevance | path

Searched refs:prog_fd (Results 1 – 9 of 9) sorted by relevance

/qemu/net/
H A Dtap-linux.c332 int tap_fd_set_steering_ebpf(int fd, int prog_fd) in tap_fd_set_steering_ebpf() argument
334 if (ioctl(fd, TUNSETSTEERINGEBPF, (void *) &prog_fd) != 0) { in tap_fd_set_steering_ebpf()
337 strerror(errno), fd, prog_fd); in tap_fd_set_steering_ebpf()
H A Dtap-stub.c89 int tap_fd_set_steering_ebpf(int fd, int prog_fd) in tap_fd_set_steering_ebpf() argument
H A Dtap_int.h48 int tap_fd_set_steering_ebpf(int fd, int prog_fd);
H A Dtap-bsd.c254 int tap_fd_set_steering_ebpf(int fd, int prog_fd) in tap_fd_set_steering_ebpf() argument
H A Dtap-solaris.c258 int tap_fd_set_steering_ebpf(int fd, int prog_fd) in tap_fd_set_steering_ebpf() argument
H A Dtap.c317 static bool tap_set_steering_ebpf(NetClientState *nc, int prog_fd) in tap_set_steering_ebpf() argument
322 return tap_fd_set_steering_ebpf(s->fd, prog_fd) == 0; in tap_set_steering_ebpf()
H A Dvhost-vdpa.c243 static bool vhost_vdpa_set_steering_ebpf(NetClientState *nc, int prog_fd) in vhost_vdpa_set_steering_ebpf() argument
/qemu/hw/net/
H A Dvirtio-net.c1238 static bool virtio_net_attach_ebpf_to_backend(NICState *nic, int prog_fd) in virtio_net_attach_ebpf_to_backend() argument
1245 trace_virtio_net_rss_attach_ebpf(nic, prog_fd); in virtio_net_attach_ebpf_to_backend()
1246 return nc->info->set_steering_ebpf(nc, prog_fd); in virtio_net_attach_ebpf_to_backend()
H A Dtrace-events404 virtio_net_rss_attach_ebpf(void *nic, int prog_fd) "nic=%p prog-fd=%d"