Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dtap.c343 .has_vnet_hdr = tap_has_vnet_hdr,
617 if (tap->has_vnet_hdr) { in net_tap_init()
788 tap->has_vnet_hdr || tap->helper || tap->has_queues || in net_init_tap()
828 tap->has_vnet_hdr || tap->helper || tap->has_queues || in net_init_tap()
900 tap->has_vnet_hdr || tap->has_queues || tap->vhostfds) { in net_init_tap()
H A Dnetmap.c390 .has_vnet_hdr = netmap_has_vnet_hdr,
H A Dvhost-user.c228 .has_vnet_hdr = vhost_user_has_vnet_hdr,
H A Dvhost-vdpa.c438 .has_vnet_hdr = vhost_vdpa_has_vnet_hdr,
1305 .has_vnet_hdr = vhost_vdpa_has_vnet_hdr,
H A Dnet.c517 if (!nc || !nc->info->has_vnet_hdr) { in qemu_has_vnet_hdr()
521 return nc->info->has_vnet_hdr(nc); in qemu_has_vnet_hdr()
/openbmc/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()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-net.h178 uint32_t has_vnet_hdr; member
/openbmc/qemu/hw/net/
H A Dvirtio-net.c364 n->needs_vnet_hdr_swap = n->has_vnet_hdr && in virtio_net_vnet_endian_status()
611 n->has_vnet_hdr = qemu_has_vnet_hdr(nc->peer); in peer_test_vnet_hdr()
616 return n->has_vnet_hdr; in peer_has_vnet_hdr()
979 if (n->has_vnet_hdr) { in virtio_net_set_features()
1072 if (!n->has_vnet_hdr) { in virtio_net_handle_offloads()
1997 guest_offset = n->has_vnet_hdr ? in virtio_net_receive_rcu()
3194 uint32_t has_vnet_hdr; member
3287 if (tmp->has_vnet_hdr && !peer_has_vnet_hdr(tmp->parent)) { in virtio_net_vnet_post_load()
3299 tmp->has_vnet_hdr = tmp->parent->has_vnet_hdr; in virtio_net_vnet_pre_save()
3309 VMSTATE_UINT32(has_vnet_hdr, struct VirtIONetMigTmp),
/openbmc/qemu/include/net/
H A Dnet.h86 HasVnetHdr *has_vnet_hdr; member