Searched refs:txpackets (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/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-v4.19/net/bridge/ |
D | br_vlan.c | 1146 u64 rxpackets, rxbytes, txpackets, txbytes; in br_vlan_get_stats() local 1156 txpackets = cpu_stats->tx_packets; in br_vlan_get_stats() 1162 stats->tx_packets += txpackets; in br_vlan_get_stats()
|
/Linux-v4.19/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-v4.19/drivers/net/ethernet/ti/ |
D | netcp_core.c | 1930 u64 rxpackets, rxbytes, txpackets, txbytes; in netcp_get_stats() local 1941 txpackets = p->tx_packets; in netcp_get_stats() 1947 stats->tx_packets = txpackets; in netcp_get_stats()
|
/Linux-v4.19/drivers/net/ |
D | tun.c | 1177 u64 rxpackets, rxbytes, txpackets, txbytes; in tun_net_get_stats64() local 1185 txpackets = p->tx_packets; in tun_net_get_stats64() 1191 stats->tx_packets += txpackets; in tun_net_get_stats64()
|