Searched refs:uni_overflow (Results 1 – 3 of 3) sorted by relevance
198 uint8_t uni_overflow; member
520 info->unicast_overflow = n->mac_table.uni_overflow; in virtio_net_query_rxfilter() 1122 uint8_t uni_overflow = 0; in virtio_net_handle_mac() local 1146 uni_overflow = 1; in virtio_net_handle_mac() 1179 n->mac_table.uni_overflow = uni_overflow; in virtio_net_handle_mac() 1780 } else if (n->alluni || n->mac_table.uni_overflow) { in receive_filter() 3381 VMSTATE_UINT8(mac_table.uni_overflow, VirtIONet),3881 n->mac_table.uni_overflow = 0; in virtio_net_reset()
1071 * QEMU marks `n->mac_table.uni_overflow` if guest sets too many in vhost_vdpa_net_load_rx() 1076 * `n->mac_table.uni_overflow` is not marked and `n->promisc` is off, in vhost_vdpa_net_load_rx() 1082 if (!n->mac_table.uni_overflow && !n->promisc) { in vhost_vdpa_net_load_rx() 1337 * `n->mac_table.uni_overflow` and `n->mac_table.multi_overflow`, in vhost_vdpa_net_excessive_mac_filter_cvq_add() 1427 * By doing so, the device model can mark `n->mac_table.uni_overflow` in vhost_vdpa_net_excessive_mac_filter_cvq_add()