Searched refs:txpackets (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/net/8021q/ |
D | vlan_dev.c | 697 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; in vlan_dev_get_stats64() local 706 txpackets = p->tx_packets; in vlan_dev_get_stats64() 713 stats->tx_packets += txpackets; in vlan_dev_get_stats64()
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.10/drivers/net/ |
D | tun.c | 1174 u64 rxpackets, rxbytes, txpackets, txbytes; in tun_net_get_stats64() local 1182 txpackets = u64_stats_read(&p->tx_packets); in tun_net_get_stats64() 1188 stats->tx_packets += txpackets; in tun_net_get_stats64()
|