Searched refs:txpackets (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/net/8021q/ |
| H A D | vlan_dev.c | 697 u64 rxpackets, rxbytes, rxmulticast, txpackets, txbytes; in vlan_dev_get_stats64() local 706 txpackets = p->tx_packets; in vlan_dev_get_stats64() 713 stats->tx_packets += txpackets; in vlan_dev_get_stats64()
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | netiucv.c | 696 u32 txpackets = 0; in conn_action_txdone() local 735 txpackets++; in conn_action_txdone() 765 privptr->stats.tx_errors += txpackets; in conn_action_txdone() 769 privptr->stats.tx_packets += txpackets; in conn_action_txdone()
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_vlan.c | 1296 u64 rxpackets, rxbytes, txpackets, txbytes; in br_vlan_get_stats() local 1306 txpackets = cpu_stats->tx_packets; in br_vlan_get_stats() 1312 stats->tx_packets += txpackets; in br_vlan_get_stats()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | netcp_core.c | 1916 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | tun.c | 1187 u64 rxpackets, rxbytes, txpackets, txbytes; in tun_net_get_stats64() local 1195 txpackets = u64_stats_read(&p->tx_packets); in tun_net_get_stats64() 1201 stats->tx_packets += txpackets; in tun_net_get_stats64()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | wlioctl.h | 24242 uint32 txpackets; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | wlioctl.h | 24334 uint32 txpackets; member
|