Searched refs:txpackets (Results 1 – 3 of 3) sorted by relevance
| /linux/net/8021q/ |
| H A D | vlan_dev.c | 672 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; in vlan_dev_get_stats64() local 681 txpackets = u64_stats_read(&p->tx_packets); in vlan_dev_get_stats64() 688 stats->tx_packets += txpackets; in vlan_dev_get_stats64()
|
| /linux/net/bridge/ |
| H A D | br_vlan.c | 1390 u64 rxpackets, rxbytes, txpackets, txbytes; in br_vlan_get_stats() local 1400 txpackets = u64_stats_read(&cpu_stats->tx_packets); in br_vlan_get_stats() 1406 u64_stats_add(&stats->tx_packets, txpackets); in br_vlan_get_stats()
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | netcp_core.c | 1971 u64 rxpackets, rxbytes, txpackets, txbytes; in netcp_get_stats() local 1982 txpackets = p->tx_packets; in netcp_get_stats() 1988 stats->tx_packets = txpackets; in netcp_get_stats()
|