Searched refs:rx_packets (Results 1 - 20 of 20) sorted by relevance
/third_party/libbpf/include/uapi/linux/ |
H A D | if_link.h | 10 __u32 rx_packets; member 45 * @rx_packets: Number of good packets received by the interface. 56 * @rx_bytes: Number of good received bytes, corresponding to @rx_packets. 88 * at the device level (unlike @rx_packets) and therefore may include 219 __u64 rx_packets; member 257 __u64 rx_packets; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | accounting.c | 296 data.rx_packets)) { in accounting_sta_report()
|
H A D | ctrl_iface_ap.c | 90 ret = os_snprintf(buf, buflen, "rx_packets=%lu\ntx_packets=%lu\n" in hostapd_get_sta_info() 93 data.rx_packets, data.tx_packets, in hostapd_get_sta_info()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | accounting.c | 296 data.rx_packets)) { in accounting_sta_report()
|
H A D | ctrl_iface_ap.c | 64 ret = os_snprintf(buf, buflen, "rx_packets=%lu\ntx_packets=%lu\n" in hostapd_get_sta_tx_rx() 67 data.rx_packets, data.tx_packets, in hostapd_get_sta_tx_rx()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_atheros.c | 677 data->rx_packets = stats.is_stats.ns_rx_data; in atheros_read_sta_driver_data() 1285 else if (os_strcmp(key, "rx_packets") == 0) in atheros_wireless_event_wireless_custom() 1286 drv->acct_data.rx_packets = val; in atheros_wireless_event_wireless_custom()
|
H A D | driver_hostap.c | 608 if (strcmp(line, "rx_packets") == 0) in hostap_read_sta_data() 609 data->rx_packets = val; in hostap_read_sta_data()
|
H A D | driver.h | 1794 unsigned long rx_packets, tx_packets; member
|
H A D | driver_bsd.c | 749 data->rx_packets = stats.is_stats.ns_rx_data; in bsd_read_sta_driver_data()
|
H A D | driver_nl80211.c | 6398 data->rx_packets = in get_sta_handler()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_atheros.c | 673 data->rx_packets = stats.is_stats.ns_rx_data; in atheros_read_sta_driver_data() 1278 else if (os_strcmp(key, "rx_packets") == 0) in atheros_wireless_event_wireless_custom() 1279 drv->acct_data.rx_packets = val; in atheros_wireless_event_wireless_custom()
|
H A D | driver_hostap.c | 612 if (strcmp(line, "rx_packets") == 0) in hostap_read_sta_data() 613 data->rx_packets = val; in hostap_read_sta_data()
|
H A D | driver.h | 2248 unsigned long rx_packets, tx_packets; member
|
H A D | driver_bsd.c | 968 data->rx_packets = stats.is_stats.ns_rx_data; in bsd_read_sta_driver_data()
|
H A D | driver_nl80211.c | 7457 data->rx_packets =
|
/third_party/toybox/toys/pending/ |
H A D | ip.c | 764 line_feed, rtstat->rx_bytes, rtstat->rx_packets, rtstat->rx_errors, in print_stats()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c | 4113 &data.rx_packets, in wpas_dbus_getter_sta_rx_packets()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c | 4720 &data.rx_packets, in wpas_dbus_getter_sta_rx_packets()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface.c | 7882 sta.tx_packets, sta.tx_retry_failed, sta.rx_packets); in wpa_supplicant_pktcnt_poll()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface.c | 8755 sta.tx_packets, sta.tx_retry_failed, sta.rx_packets);
|
Completed in 106 milliseconds