Searched refs:txpackets (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/net/8021q/ |
| D | vlan_dev.c | 694 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; in vlan_dev_get_stats64() local 703 txpackets = p->tx_packets; in vlan_dev_get_stats64() 710 stats->tx_packets += txpackets; in vlan_dev_get_stats64()
|
| /Linux-v5.10/drivers/s390/net/ |
| D | netiucv.c | 696 u32 txpackets = 0; in conn_action_txdone() local 735 txpackets++; in conn_action_txdone() 765 privptr->stats.tx_errors += txpackets; in conn_action_txdone() 769 privptr->stats.tx_packets += txpackets; in conn_action_txdone()
|
| /Linux-v5.10/net/bridge/ |
| D | br_vlan.c | 1273 u64 rxpackets, rxbytes, txpackets, txbytes; in br_vlan_get_stats() local 1283 txpackets = cpu_stats->tx_packets; in br_vlan_get_stats() 1289 stats->tx_packets += txpackets; in br_vlan_get_stats()
|
| /Linux-v5.10/drivers/net/ethernet/ti/ |
| D | netcp_core.c | 1916 u64 rxpackets, rxbytes, txpackets, txbytes; in netcp_get_stats() local 1927 txpackets = p->tx_packets; in netcp_get_stats() 1933 stats->tx_packets = txpackets; in netcp_get_stats()
|
| /Linux-v5.10/drivers/net/ |
| D | tun.c | 1112 u64 rxpackets, rxbytes, txpackets, txbytes; in tun_net_get_stats64() local 1120 txpackets = u64_stats_read(&p->tx_packets); in tun_net_get_stats64() 1126 stats->tx_packets += txpackets; in tun_net_get_stats64()
|