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

/linux-master/net/8021q/
H A Dvlan_dev.c694 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; local
703 txpackets = u64_stats_read(&p->tx_packets);
710 stats->tx_packets += txpackets;
/linux-master/drivers/s390/net/
H A Dnetiucv.c674 u32 txpackets = 0; local
713 txpackets++;
743 privptr->stats.tx_errors += txpackets;
747 privptr->stats.tx_packets += txpackets;
/linux-master/drivers/net/ethernet/ti/
H A Dnetcp_core.c1915 u64 rxpackets, rxbytes, txpackets, txbytes; local
1926 txpackets = p->tx_packets;
1932 stats->tx_packets = txpackets;
/linux-master/net/bridge/
H A Dbr_vlan.c1386 u64 rxpackets, rxbytes, txpackets, txbytes; local
1396 txpackets = u64_stats_read(&cpu_stats->tx_packets);
1402 u64_stats_add(&stats->tx_packets, txpackets);

Completed in 128 milliseconds