Home
last modified time | relevance | path

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

/linux/net/8021q/
A Dvlan_dev.c706 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; in vlan_dev_get_stats64() local
715 txpackets = p->tx_packets; in vlan_dev_get_stats64()
722 stats->tx_packets += txpackets; in vlan_dev_get_stats64()
/linux/drivers/s390/net/
A Dnetiucv.c678 u32 txpackets = 0; in conn_action_txdone() local
717 txpackets++; in conn_action_txdone()
747 privptr->stats.tx_errors += txpackets; in conn_action_txdone()
751 privptr->stats.tx_packets += txpackets; in conn_action_txdone()
/linux/net/bridge/
A Dbr_vlan.c1312 u64 rxpackets, rxbytes, txpackets, txbytes; in br_vlan_get_stats() local
1322 txpackets = cpu_stats->tx_packets; in br_vlan_get_stats()
1328 stats->tx_packets += txpackets; in br_vlan_get_stats()
/linux/drivers/net/ethernet/ti/
A Dnetcp_core.c1916 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()

Completed in 19 milliseconds