Home
last modified time | relevance | path

Searched refs:nobcast (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dvirtio-net.h192 uint8_t nobcast; member
/openbmc/qemu/hw/net/
H A Dvirtio-net.c518 info->broadcast_allowed = n->nobcast; in virtio_net_query_rxfilter()
1041 n->nobcast = on; in virtio_net_handle_rx_mode()
1747 return !n->nobcast; in receive_filter()
3337 VMSTATE_UINT8(nobcast, VirtIONet),
3822 n->nobcast = 0; in virtio_net_reset()
/openbmc/qemu/net/
H A Dvhost-vdpa.c1179 if (n->nobcast) { in vhost_vdpa_net_load_rx()