Lines Matching refs:vxi
1820 struct bridge_vlan_xstats vxi;
1825 memset(&vxi, 0, sizeof(vxi));
1826 vxi.vid = v->vid;
1827 vxi.flags = v->flags;
1829 vxi.flags |= BRIDGE_VLAN_INFO_PVID;
1831 vxi.rx_bytes = u64_stats_read(&stats.rx_bytes);
1832 vxi.rx_packets = u64_stats_read(&stats.rx_packets);
1833 vxi.tx_bytes = u64_stats_read(&stats.tx_bytes);
1834 vxi.tx_packets = u64_stats_read(&stats.tx_packets);
1836 if (nla_put(skb, BRIDGE_XSTATS_VLAN, sizeof(vxi), &vxi))