Searched refs:prog_fd (Results 1 – 9 of 9) sorted by relevance
/qemu/net/ |
H A D | tap-linux.c | 332 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 D | tap-stub.c | 89 int tap_fd_set_steering_ebpf(int fd, int prog_fd) in tap_fd_set_steering_ebpf() argument
|
H A D | tap_int.h | 48 int tap_fd_set_steering_ebpf(int fd, int prog_fd);
|
H A D | tap-bsd.c | 254 int tap_fd_set_steering_ebpf(int fd, int prog_fd) in tap_fd_set_steering_ebpf() argument
|
H A D | tap-solaris.c | 258 int tap_fd_set_steering_ebpf(int fd, int prog_fd) in tap_fd_set_steering_ebpf() argument
|
H A D | tap.c | 317 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 D | vhost-vdpa.c | 243 static bool vhost_vdpa_set_steering_ebpf(NetClientState *nc, int prog_fd) in vhost_vdpa_set_steering_ebpf() argument
|
/qemu/hw/net/ |
H A D | virtio-net.c | 1238 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 D | trace-events | 404 virtio_net_rss_attach_ebpf(void *nic, int prog_fd) "nic=%p prog-fd=%d"
|