Home
last modified time | relevance | path

Searched refs:set_steering_ebpf (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/docs/devel/
H A Debpf_rss.rst115 if (net_client->info->set_steering_ebpf != NULL) {
116 net_client->info->set_steering_ebpf(net_client, ctx->program_fd);
125 For now, ``set_steering_ebpf()`` method supported by Linux TAP NetClientState. The method requires …
/openbmc/qemu/include/net/
H A Dnet.h93 SetSteeringEBPF *set_steering_ebpf; member
/openbmc/qemu/net/
H A Dvhost-vdpa.c446 .set_steering_ebpf = vhost_vdpa_set_steering_ebpf,
1313 .set_steering_ebpf = vhost_vdpa_set_steering_ebpf,
H A Dtap.c349 .set_steering_ebpf = tap_set_steering_ebpf,
/openbmc/qemu/hw/net/
H A Dvirtio-net.c1240 if (nc == NULL || nc->info->set_steering_ebpf == NULL) { in virtio_net_attach_ebpf_to_backend()
1245 return nc->info->set_steering_ebpf(nc, prog_fd); in virtio_net_attach_ebpf_to_backend()