Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/s390/net/
Dnetiucv.c730 u32 txpackets = 0; in conn_action_txdone() local
770 txpackets++; in conn_action_txdone()
800 privptr->stats.tx_errors += txpackets; in conn_action_txdone()
804 privptr->stats.tx_packets += txpackets; in conn_action_txdone()