| /dragonfly/contrib/wpa_supplicant/src/ap/ |
| HD | accounting.c | 183 if (sta->last_tx_bytes_lo > data->tx_bytes) in accounting_sta_update_stats() 185 sta->last_tx_bytes_lo = data->tx_bytes; in accounting_sta_update_stats() 193 data->tx_bytes, sta->last_tx_bytes_hi, in accounting_sta_update_stats() 324 bytes = data.tx_bytes; in accounting_sta_report()
|
| HD | ctrl_iface_ap.c | 68 data.rx_bytes, data.tx_bytes, data.inactive_msec, in hostapd_get_sta_tx_rx()
|
| /dragonfly/tools/tools/usbtest/ |
| HD | usb_modem_test.c | 53 struct bps tx_bytes; member 156 do_bps("transmitted", &modem.tx_bytes, len); in modem_write() 322 (int)p->tx_bytes.bytes, in usb_modem_data_stress_test() 326 p->tx_bytes.bytes = 0; in usb_modem_data_stress_test()
|
| /dragonfly/sys/dev/netif/oce/ |
| HD | oce_sysctl.c | 731 CTLFLAG_RD, &sc->wq[i]->tx_stats.tx_bytes, 0, in oce_add_stats_sysctls_be3() 934 CTLFLAG_RD, &sc->wq[i]->tx_stats.tx_bytes, 0, in oce_add_stats_sysctls_xe201() 987 adapter_stats->tx.t_tx_bytes += sc->wq[i]->tx_stats.tx_bytes; in oce_refresh_queue_stats() 1012 adapter_stats->tx_bytes = port_stats->tx_bytes; in copy_stats_to_sc_xe201()
|
| HD | oce_if.h | 405 uint64_t tx_bytes; member 677 uint64_t tx_bytes; member
|
| HD | oce_hw.h | 3082 uint64_t tx_bytes; member 3204 uint64_t tx_bytes; member
|
| /dragonfly/sys/dev/netif/ale/ |
| HD | if_alevar.h | 157 uint64_t tx_bytes; member
|
| HD | if_alereg.h | 598 uint32_t tx_bytes; member
|
| HD | if_ale.c | 822 &stats->tx_bytes, "Good octets"); in ale_sysctl_node() 1916 stat->tx_bytes += smb->tx_bytes; in ale_stats_update()
|
| /dragonfly/sys/dev/netif/age/ |
| HD | if_agevar.h | 164 uint64_t tx_bytes; member
|
| HD | if_agereg.h | 523 uint32_t tx_bytes; member
|
| HD | if_age.c | 1809 stat->tx_bytes += smb->tx_bytes; in age_stats_update() 2874 (uintmax_t)stats->tx_bytes); in sysctl_age_stats()
|
| /dragonfly/sys/dev/netif/alc/ |
| HD | if_alcvar.h | 174 uint64_t tx_bytes; member
|
| HD | if_alcreg.h | 1171 uint32_t tx_bytes; member
|
| HD | if_alc.c | 1792 &stats->tx_bytes, "Good octets"); in alc_sysctl_node() 3165 stat->tx_bytes += smb->tx_bytes; in alc_stats_update()
|
| /dragonfly/sys/dev/virtual/amazon/ena/ |
| HD | ena.h | 308 counter_u64_t tx_bytes;
|
| HD | ena_sysctl.c | 236 &hw_stats->tx_bytes, "Bytes transmitted");
|
| HD | ena.c | 2327 return (counter_u64_fetch(stats->tx_bytes)); 2863 counter_u64_add_protected(adapter->hw_stats.tx_bytes, in ena_xmit_mbuf()
|
| /dragonfly/tools/tools/net80211/wlanstats/ |
| HD | main.c | 135 STAT(tx_bytes, "%llu");
|
| /dragonfly/contrib/libpcap/pcap/ |
| HD | pcap.h | 275 u_long tx_bytes; /* total bytes transmitted */ member
|
| /dragonfly/contrib/wpa_supplicant/src/drivers/ |
| HD | driver_atheros.c | 680 data->tx_bytes = stats.is_stats.ns_tx_bytes; in atheros_read_sta_driver_data() 1292 drv->acct_data.tx_bytes = val; in atheros_wireless_event_wireless_custom()
|
| HD | driver_hostap.c | 615 data->tx_bytes = val; in hostap_read_sta_data()
|
| HD | driver.h | 1795 unsigned long long rx_bytes, tx_bytes; member
|
| HD | driver_bsd.c | 752 data->tx_bytes = stats.is_stats.ns_tx_bytes; in bsd_read_sta_driver_data()
|
| /dragonfly/sys/netproto/802_11/wlan/ |
| HD | ieee80211_output.c | 768 IEEE80211_NODE_STAT_ADD(ni, tx_bytes, m->m_pkthdr.len); 1739 IEEE80211_NODE_STAT_ADD(ni, tx_bytes, datalen);
|