Searched refs:txpackets (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/net/8021q/ |
D | vlan_dev.c | 710 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; in vlan_dev_get_stats64() local 719 txpackets = p->tx_packets; in vlan_dev_get_stats64() 726 stats->tx_packets += txpackets; in vlan_dev_get_stats64()
|
/linux-5.19.10/drivers/s390/net/ |
D | netiucv.c | 674 u32 txpackets = 0; in conn_action_txdone() local 713 txpackets++; in conn_action_txdone() 743 privptr->stats.tx_errors += txpackets; in conn_action_txdone() 747 privptr->stats.tx_packets += txpackets; in conn_action_txdone()
|
/linux-5.19.10/net/bridge/ |
D | br_vlan.c | 1375 u64 rxpackets, rxbytes, txpackets, txbytes; in br_vlan_get_stats() local 1385 txpackets = cpu_stats->tx_packets; in br_vlan_get_stats() 1391 stats->tx_packets += txpackets; in br_vlan_get_stats()
|
/linux-5.19.10/drivers/net/ethernet/ti/ |
D | netcp_core.c | 1915 u64 rxpackets, rxbytes, txpackets, txbytes; in netcp_get_stats() local 1926 txpackets = p->tx_packets; in netcp_get_stats() 1932 stats->tx_packets = txpackets; in netcp_get_stats()
|