Searched refs:tx_bytes (Results 1 - 13 of 13) sorted by relevance
/foundation/communication/netmanager_base/bpf/bpf_progs/ |
H A D | netstats.c | 40 uint64_t tx_bytes;
member 111 __sync_fetch_and_add(&value->tx_bytes, skb->len);
in bpf_cgroup_skb_uid_egress() 113 const char log[] = "[Uid egress] sock_uid = %d, value->tx_packets = %d, value->tx_bytes = %d";
in bpf_cgroup_skb_uid_egress() 114 bpf_trace_printk(log, sizeof(log), sock_uid, value->tx_packets, value->tx_bytes);
in bpf_cgroup_skb_uid_egress() 152 __sync_fetch_and_add(&value->tx_bytes, skb->len);
in bpf_socket_iface_egress() 154 const char log[] = "[Iface egress] ifindex = %d, value->tx_packets = %d, value->tx_bytes = %d";
in bpf_socket_iface_egress() 155 bpf_trace_printk(log, sizeof(log), key, value->tx_packets, value->tx_bytes);
in bpf_socket_iface_egress()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dngl_stats.h | 42 unsigned long tx_bytes; /* total bytes transmitted */ member
|
H A D | dhd_config.c | 1085 tx_tput = (int32)(((dhd->dstats.tx_bytes-last_tx)/1024/1024)*8)*1000/diff_ms; in dhd_conf_tput_measure() 1088 last_tx = dhd->dstats.tx_bytes; in dhd_conf_tput_measure()
|
H A D | dhd_sdio.c | 1952 bus->dhd->dstats.tx_bytes += datalen; in dhd_bus_txdata() 2525 dhd->dstats.tx_bytes += datalen; in dhdsdio_sendfromq()
|
H A D | dhd_common.c | 823 bcm_bprintf(strbuf, "tx_packets %lu tx_bytes %lu tx_errors %lu tx_dropped %lu\n", in dhd_dump() 824 dhdp->dstats.tx_packets, dhdp->dstats.tx_bytes, in dhd_dump()
|
H A D | dhd_linux.c | 3804 ifp->stats.tx_bytes += datalen; in dhd_start_xmit() 5072 ifp->stats.tx_bytes += datalen; in dhd_txcomplete()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_event.c | 943 hmac_vap->station_info.tx_bytes = query_station_reponse_event->tx_bytes; in hmac_proc_query_response_event()
|
H A D | dmac_ext_if.h | 868 hi_u32 tx_bytes; /* total bytes transmitted */ member
|
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
H A D | net_bdh_adpater.c | 460 devStat.txBytes = kdevStat->tx_bytes; in hdf_bdh6_netdev_getstats()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_cfg80211.c | 1156 sta_info->tx_bytes = stats->tx_bytes; in wal_cfg80211_fill_station_info()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 1265 hi_u64 tx_bytes; member
|
/device/soc/rockchip/common/vendor/drivers/net/usb/ |
H A D | meig_cdc_driver.c | 1640 dev->stats.tx_bytes += entry->length;
in tx_complete()
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | r8168_n.c | [all...] |
Completed in 130 milliseconds