Searched refs:uni_overflow (Results 1 – 3 of 3) sorted by relevance
198 uint8_t uni_overflow; member
521 info->unicast_overflow = n->mac_table.uni_overflow; in virtio_net_query_rxfilter()1123 uint8_t uni_overflow = 0; in virtio_net_handle_mac() local1147 uni_overflow = 1; in virtio_net_handle_mac()1180 n->mac_table.uni_overflow = uni_overflow; in virtio_net_handle_mac()1778 } else if (n->alluni || n->mac_table.uni_overflow) { in receive_filter()3488 VMSTATE_UINT8(mac_table.uni_overflow, VirtIONet),3989 n->mac_table.uni_overflow = 0; in virtio_net_reset()
1058 if (!n->mac_table.uni_overflow && !n->promisc) { in vhost_vdpa_net_load_rx()