Home
last modified time | relevance | path

Searched refs:txpackets (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/8021q/
Dvlan_dev.c663 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; in vlan_dev_get_stats64() local
672 txpackets = p->tx_packets; in vlan_dev_get_stats64()
679 stats->tx_packets += txpackets; in vlan_dev_get_stats64()
/linux-4.4.14/drivers/s390/net/
Dnetiucv.c729 u32 txpackets = 0; in conn_action_txdone() local
769 txpackets++; in conn_action_txdone()
799 privptr->stats.tx_errors += txpackets; in conn_action_txdone()
803 privptr->stats.tx_packets += txpackets; in conn_action_txdone()