Searched refs:txpackets (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/net/8021q/ |
D | vlan_dev.c | 670 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; in vlan_dev_get_stats64() local 679 txpackets = p->tx_packets; in vlan_dev_get_stats64() 686 stats->tx_packets += txpackets; in vlan_dev_get_stats64()
|
/Linux-v5.4/net/bridge/ |
D | br_vlan.c | 1212 u64 rxpackets, rxbytes, txpackets, txbytes; in br_vlan_get_stats() local 1222 txpackets = cpu_stats->tx_packets; in br_vlan_get_stats() 1228 stats->tx_packets += txpackets; in br_vlan_get_stats()
|
/Linux-v5.4/drivers/s390/net/ |
D | netiucv.c | 714 u32 txpackets = 0; in conn_action_txdone() local 753 txpackets++; in conn_action_txdone() 783 privptr->stats.tx_errors += txpackets; in conn_action_txdone() 787 privptr->stats.tx_packets += txpackets; in conn_action_txdone()
|
/Linux-v5.4/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.4/drivers/net/ |
D | tun.c | 1164 u64 rxpackets, rxbytes, txpackets, txbytes; in tun_net_get_stats64() local 1172 txpackets = p->tx_packets; in tun_net_get_stats64() 1178 stats->tx_packets += txpackets; in tun_net_get_stats64()
|