txpackets        1916 drivers/net/ethernet/ti/netcp_core.c 	u64 rxpackets, rxbytes, txpackets, txbytes;
txpackets        1927 drivers/net/ethernet/ti/netcp_core.c 		txpackets       = p->tx_packets;
txpackets        1933 drivers/net/ethernet/ti/netcp_core.c 	stats->tx_packets = txpackets;
txpackets        1164 drivers/net/tun.c 		u64 rxpackets, rxbytes, txpackets, txbytes;
txpackets        1172 drivers/net/tun.c 			txpackets	= p->tx_packets;
txpackets        1178 drivers/net/tun.c 		stats->tx_packets	+= txpackets;
txpackets         714 drivers/s390/net/netiucv.c 	u32 txpackets = 0;
txpackets         753 drivers/s390/net/netiucv.c 		txpackets++;
txpackets         783 drivers/s390/net/netiucv.c 			privptr->stats.tx_errors += txpackets;
txpackets         787 drivers/s390/net/netiucv.c 			privptr->stats.tx_packets += txpackets;
txpackets         671 net/8021q/vlan_dev.c 		u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes;
txpackets         680 net/8021q/vlan_dev.c 			txpackets	= p->tx_packets;
txpackets         687 net/8021q/vlan_dev.c 		stats->tx_packets	+= txpackets;
txpackets        1212 net/bridge/br_vlan.c 		u64 rxpackets, rxbytes, txpackets, txbytes;
txpackets        1222 net/bridge/br_vlan.c 			txpackets = cpu_stats->tx_packets;
txpackets        1228 net/bridge/br_vlan.c 		stats->tx_packets += txpackets;