Home
last modified time | relevance | path

Searched refs:rx_packets (Results 1 - 20 of 20) sorted by relevance

/third_party/libbpf/include/uapi/linux/
H A Dif_link.h10 __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 Daccounting.c296 data.rx_packets)) { in accounting_sta_report()
H A Dctrl_iface_ap.c90 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 Daccounting.c296 data.rx_packets)) { in accounting_sta_report()
H A Dctrl_iface_ap.c64 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 Ddriver_atheros.c677 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 Ddriver_hostap.c608 if (strcmp(line, "rx_packets") == 0) in hostap_read_sta_data()
609 data->rx_packets = val; in hostap_read_sta_data()
H A Ddriver.h1794 unsigned long rx_packets, tx_packets; member
H A Ddriver_bsd.c749 data->rx_packets = stats.is_stats.ns_rx_data; in bsd_read_sta_driver_data()
H A Ddriver_nl80211.c6398 data->rx_packets = in get_sta_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_atheros.c673 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 Ddriver_hostap.c612 if (strcmp(line, "rx_packets") == 0) in hostap_read_sta_data()
613 data->rx_packets = val; in hostap_read_sta_data()
H A Ddriver.h2248 unsigned long rx_packets, tx_packets; member
H A Ddriver_bsd.c968 data->rx_packets = stats.is_stats.ns_rx_data; in bsd_read_sta_driver_data()
H A Ddriver_nl80211.c7457 data->rx_packets =
/third_party/toybox/toys/pending/
H A Dip.c764 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 Ddbus_new_handlers.c4113 &data.rx_packets, in wpas_dbus_getter_sta_rx_packets()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c4720 &data.rx_packets, in wpas_dbus_getter_sta_rx_packets()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c7882 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 Dctrl_iface.c8755 sta.tx_packets, sta.tx_retry_failed, sta.rx_packets);

Completed in 106 milliseconds