Home
last modified time | relevance | path

Searched refs:rx_bytes (Results 1 – 25 of 31) sorted by relevance

12

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Daccounting.c179 if (sta->last_rx_bytes_lo > data->rx_bytes) in accounting_sta_update_stats()
181 sta->last_rx_bytes_lo = data->rx_bytes; in accounting_sta_update_stats()
191 data->rx_bytes, sta->last_rx_bytes_hi, in accounting_sta_update_stats()
307 bytes = data.rx_bytes; in accounting_sta_report()
H A Dctrl_iface_ap.c68 data.rx_bytes, data.tx_bytes, data.inactive_msec, in hostapd_get_sta_tx_rx()
/dragonfly/tools/tools/usbtest/
H A Dusb_modem_test.c52 struct bps rx_bytes; member
168 do_bps("received", &modem.rx_bytes, len); in modem_read()
321 (int)p->rx_bytes.bytes, in usb_modem_data_stress_test()
325 p->rx_bytes.bytes = 0; in usb_modem_data_stress_test()
/dragonfly/sys/dev/netif/oce/
H A Doce_sysctl.c599 CTLFLAG_RD, &sc->rq[i]->rx_stats.rx_bytes, 0, in oce_add_stats_sysctls_be3()
814 CTLFLAG_RD, &sc->rq[i]->rx_stats.rx_bytes, 0, in oce_add_stats_sysctls_xe201()
972 adapter_stats->rx.t_rx_bytes += sc->rq[i]->rx_stats.rx_bytes; in oce_refresh_queue_stats()
1048 adapter_stats->rx_bytes = port_stats->rx_bytes; in copy_stats_to_sc_xe201()
H A Doce_if.h431 uint64_t rx_bytes; member
724 uint64_t rx_bytes; member
H A Doce_hw.h3108 uint64_t rx_bytes; member
3222 uint64_t rx_bytes; member
/dragonfly/sys/dev/netif/ale/
H A Dif_alevar.h132 uint64_t rx_bytes; member
H A Dif_alereg.h573 uint32_t rx_bytes; member
H A Dif_ale.c768 &stats->rx_bytes, "Good octets"); in ale_sysctl_node()
1890 stat->rx_bytes += smb->rx_bytes; in ale_stats_update()
/dragonfly/sys/dev/virtual/amazon/ena/
H A Dena.h307 counter_u64_t rx_bytes;
H A Dena_sysctl.c234 &hw_stats->rx_bytes, "Bytes received");
/dragonfly/sys/dev/netif/age/
H A Dif_agevar.h139 uint64_t rx_bytes; member
H A Dif_agereg.h498 uint32_t rx_bytes; member
H A Dif_age.c1783 stat->rx_bytes += smb->rx_bytes; in age_stats_update()
2925 (uintmax_t)stats->rx_bytes); in sysctl_age_stats()
/dragonfly/sys/dev/netif/alc/
H A Dif_alcvar.h149 uint64_t rx_bytes; member
H A Dif_alcreg.h1146 uint32_t rx_bytes; member
H A Dif_alc.c1738 &stats->rx_bytes, "Good octets"); in alc_sysctl_node()
3139 stat->rx_bytes += smb->rx_bytes; in alc_stats_update()
/dragonfly/tools/tools/net80211/wlanstats/
H A Dmain.c115 STAT(rx_bytes, "%llu");
/dragonfly/sys/dev/netif/rl/
H A Dif_rl.c986 uint16_t cur_rx = 0, max_bytes = 0, rx_bytes = 0; in rl_rxeof() local
1035 rx_bytes += total_len + 4; in rl_rxeof()
1050 if (rx_bytes > max_bytes) in rl_rxeof()
/dragonfly/contrib/libpcap/pcap/
H A Dpcap.h274 u_long rx_bytes; /* total bytes received */ member
/dragonfly/sys/net/wg/
H A Dif_wg.c2037 size_t rx_bytes; in wg_deliver_in() local
2060 rx_bytes = WG_PKT_ENCRYPTED_LEN(m->m_pkthdr.len); in wg_deliver_in()
2061 peer->p_rx_bytes[cpu] += rx_bytes; in wg_deliver_in()
2063 IFNET_STAT_INC(ifp, ibytes, rx_bytes); in wg_deliver_in()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_input.c291 IEEE80211_NODE_STAT_ADD(ni, rx_bytes, m->m_pkthdr.len); in ieee80211_deliver_data()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_atheros.c678 data->rx_bytes = stats.is_stats.ns_rx_bytes; in atheros_read_sta_driver_data()
1290 drv->acct_data.rx_bytes = val; in atheros_wireless_event_wireless_custom()
H A Ddriver_hostap.c613 data->rx_bytes = val; in hostap_read_sta_data()
H A Ddriver.h1795 unsigned long long rx_bytes, tx_bytes; member

12