Home
last modified time | relevance | path

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

/Linux-v5.15/net/8021q/
Dvlan_dev.c703 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; in vlan_dev_get_stats64() local
712 txpackets = p->tx_packets; in vlan_dev_get_stats64()
719 stats->tx_packets += txpackets; in vlan_dev_get_stats64()
/Linux-v5.15/drivers/s390/net/
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-v5.15/net/bridge/
Dbr_vlan.c1313 u64 rxpackets, rxbytes, txpackets, txbytes; in br_vlan_get_stats() local
1323 txpackets = cpu_stats->tx_packets; in br_vlan_get_stats()
1329 stats->tx_packets += txpackets; in br_vlan_get_stats()
/Linux-v5.15/drivers/net/ethernet/ti/
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()