Home
last modified time | relevance | path

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

/linux/net/8021q/
H A Dvlan_dev.c681 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; in vlan_dev_get_stats64()
690 txpackets = u64_stats_read(&p->tx_packets); in vlan_dev_get_stats64()
697 stats->tx_packets += txpackets;
672 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; vlan_dev_get_stats64() local