Home
last modified time | relevance | path

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

/qemu/net/
H A Dtap.c399 .has_vnet_hdr = tap_has_vnet_hdr,
670 if (tap->has_vnet_hdr) { in net_tap_init()
841 tap->has_vnet_hdr || tap->helper || tap->has_queues || in net_init_tap()
881 tap->has_vnet_hdr || tap->helper || tap->has_queues || in net_init_tap()
953 tap->has_vnet_hdr || tap->has_queues || tap->vhostfds) { in net_init_tap()
H A Dnetmap.c394 .has_vnet_hdr = netmap_has_vnet_hdr,
H A Dvhost-user.c228 .has_vnet_hdr = vhost_user_has_vnet_hdr,
H A Dvhost-vdpa.c433 .has_vnet_hdr = vhost_vdpa_has_vnet_hdr,
1294 .has_vnet_hdr = vhost_vdpa_has_vnet_hdr,
H A Dnet.c516 if (!nc || !nc->info->has_vnet_hdr) { in qemu_has_vnet_hdr()
520 return nc->info->has_vnet_hdr(nc); in qemu_has_vnet_hdr()
/qemu/
H A Dqemu-bridge-helper.c163 static bool has_vnet_hdr(int fd) in has_vnet_hdr() function
350 if (use_vnet && has_vnet_hdr(fd)) { in main()
/qemu/include/hw/virtio/
H A Dvirtio-net.h178 uint32_t has_vnet_hdr; member
/qemu/hw/net/
H A Dvirtio-net.c643 n->has_vnet_hdr = qemu_has_vnet_hdr(nc->peer); in peer_test_vnet_hdr()
648 return n->has_vnet_hdr; in peer_has_vnet_hdr()
1015 if (n->has_vnet_hdr) { in virtio_net_set_features()
1108 if (!n->has_vnet_hdr) { in virtio_net_handle_offloads()
1742 if (n->has_vnet_hdr) { in receive_header()
2757 if (n->has_vnet_hdr) { in virtio_net_flush_tx()
3200 uint32_t has_vnet_hdr; member
3293 if (tmp->has_vnet_hdr && !peer_has_vnet_hdr(tmp->parent)) { in virtio_net_vnet_post_load()
3305 tmp->has_vnet_hdr = tmp->parent->has_vnet_hdr; in virtio_net_vnet_pre_save()
3315 VMSTATE_UINT32(has_vnet_hdr, struct VirtIONetMigTmp),
/qemu/include/net/
H A Dnet.h89 HasVnetHdr *has_vnet_hdr; member