Searched refs:tx_bytes (Results 1 - 25 of 32) sorted by relevance

12

/external/iproute2/include/linux/
H A Dnetdevice.h46 unsigned long tx_bytes; /* total bytes transmitted */ member in struct:net_device_stats
H A Dif_link.h12 __u32 tx_bytes; /* total bytes transmitted */ member in struct:rtnl_link_stats
44 __u64 tx_bytes; /* total bytes transmitted */ member in struct:rtnl_link_stats64
/external/kernel-headers/original/linux/
H A Dif_tr.h71 unsigned long tx_bytes; /* total bytes transmitted */ member in struct:tr_statistics
H A Dif_link.h12 __u32 tx_bytes; /* total bytes transmitted */ member in struct:rtnl_link_stats
45 __u64 tx_bytes; /* total bytes transmitted */ member in struct:rtnl_link_stats64
H A Dnetdevice.h113 unsigned long tx_bytes; /* total bytes transmitted */ member in struct:net_device_stats
/external/wpa_supplicant_8/hostapd/src/ap/
H A Daccounting.c163 if (sta->last_tx_bytes > data->tx_bytes)
166 sta->last_tx_bytes = data->tx_bytes;
303 data.tx_bytes)) {
309 gigawords += data.tx_bytes >> 32;
/external/wpa_supplicant_8/src/ap/
H A Daccounting.c163 if (sta->last_tx_bytes > data->tx_bytes)
166 sta->last_tx_bytes = data->tx_bytes;
303 data.tx_bytes)) {
309 gigawords += data.tx_bytes >> 32;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Daccounting.c163 if (sta->last_tx_bytes > data->tx_bytes)
166 sta->last_tx_bytes = data->tx_bytes;
303 data.tx_bytes)) {
309 gigawords += data.tx_bytes >> 32;
/external/iproute2/ip/
H A Dip6tunnel.c272 tx_bytes, tx_packets, tx_errs, tx_drops, local
286 &tx_bytes, &tx_packets, &tx_errs, &tx_drops,
316 tx_packets, tx_bytes, tx_errs, tx_colls, tx_carrier, tx_drops);
H A Diptunnel.c403 tx_bytes, tx_packets, tx_errs, tx_drops, local
430 &tx_bytes, &tx_packets, &tx_errs, &tx_drops,
459 tx_packets, tx_bytes, tx_errs, tx_colls, tx_carrier, tx_drops);
H A Dipaddress.c351 (unsigned long long)s->tx_bytes,
402 s->tx_bytes, s->tx_packets, s->tx_errors,
/external/libpcap/
H A Dpcap-dos.h180 DWORD tx_bytes; /* total bytes transmitted */ member in struct:net_device_stats
H A Dpcap.h167 u_long tx_bytes; /* total bytes transmitted */ member in struct:pcap_stat_ex
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_madwifi.c575 data->tx_bytes = stats.is_stats.ns_tx_bytes;
611 else if (strcmp(line, "tx_bytes") == 0)
612 data->tx_bytes = val;
920 else if (strcmp(key, "tx_bytes") == 0)
921 drv->acct_data.tx_bytes = val;
H A Ddriver.h874 unsigned long rx_packets, tx_packets, rx_bytes, tx_bytes; member in struct:hostap_sta_driver_data
H A Ddriver_hostap.c609 else if (strcmp(line, "tx_bytes") == 0)
610 data->tx_bytes = val;
H A Ddriver_atheros.c608 data->tx_bytes = stats.is_stats.ns_tx_bytes;
1255 else if (strcmp(key, "tx_bytes") == 0)
1256 drv->acct_data.tx_bytes = val;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_madwifi.c575 data->tx_bytes = stats.is_stats.ns_tx_bytes;
611 else if (strcmp(line, "tx_bytes") == 0)
612 data->tx_bytes = val;
920 else if (strcmp(key, "tx_bytes") == 0)
921 drv->acct_data.tx_bytes = val;
H A Ddriver.h874 unsigned long rx_packets, tx_packets, rx_bytes, tx_bytes; member in struct:hostap_sta_driver_data
H A Ddriver_hostap.c609 else if (strcmp(line, "tx_bytes") == 0)
610 data->tx_bytes = val;
H A Ddriver_atheros.c608 data->tx_bytes = stats.is_stats.ns_tx_bytes;
1255 else if (strcmp(key, "tx_bytes") == 0)
1256 drv->acct_data.tx_bytes = val;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_madwifi.c575 data->tx_bytes = stats.is_stats.ns_tx_bytes;
611 else if (strcmp(line, "tx_bytes") == 0)
612 data->tx_bytes = val;
920 else if (strcmp(key, "tx_bytes") == 0)
921 drv->acct_data.tx_bytes = val;
H A Ddriver.h874 unsigned long rx_packets, tx_packets, rx_bytes, tx_bytes; member in struct:hostap_sta_driver_data
H A Ddriver_hostap.c609 else if (strcmp(line, "tx_bytes") == 0)
610 data->tx_bytes = val;
H A Ddriver_atheros.c608 data->tx_bytes = stats.is_stats.ns_tx_bytes;
1255 else if (strcmp(key, "tx_bytes") == 0)
1256 drv->acct_data.tx_bytes = val;

Completed in 357 milliseconds

12