Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dvhost_net.c326 if (!options->net_backend) { in vhost_net_init()
330 net->nc = options->net_backend; in vhost_net_init()
337 r = vhost_net_get_fd(options->net_backend); in vhost_net_init()
341 net->dev.backend_features = qemu_has_vnet_hdr(options->net_backend) in vhost_net_init()
362 if (!qemu_has_vnet_hdr_len(options->net_backend, in vhost_net_init()
/openbmc/qemu/include/net/
H A Dvhost_net.h12 NetClientState *net_backend; member
/openbmc/qemu/net/
H A Dvhost-user.c94 options.net_backend = ncs[i]; in vhost_user_start()
H A Dtap.c683 options.net_backend = &s->nc; in net_init_tap_one()
H A Dvhost-vdpa.c200 options.net_backend = ncs; in vhost_vdpa_add()