Home
last modified time | relevance | path

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

/linux/net/8021q/
H A Dvlan_dev.c672 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 Dbr_vlan.c1390 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 Dnetcp_core.c1971 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()