Searched refs:rxpackets (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/8021q/
H A Dvlan_dev.c694 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; local
700 rxpackets = u64_stats_read(&p->rx_packets);
707 stats->rx_packets += rxpackets;
/linux-master/drivers/net/ethernet/ti/
H A Dnetcp_core.c1915 u64 rxpackets, rxbytes, txpackets, txbytes; local
1920 rxpackets = p->rx_packets;
1930 stats->rx_packets = rxpackets;
/linux-master/net/bridge/
H A Dbr_vlan.c1386 u64 rxpackets, rxbytes, txpackets, txbytes; local
1393 rxpackets = u64_stats_read(&cpu_stats->rx_packets);
1399 u64_stats_add(&stats->rx_packets, rxpackets);

Completed in 495 milliseconds