Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/bpf/bpf_progs/
H A Dnetstats.c38 uint64_t rx_bytes; member
90 __sync_fetch_and_add(&value->rx_bytes, skb->len); in bpf_cgroup_skb_uid_ingress()
93 bpf_trace_printk(log, sizeof(log), sock_uid, value->rx_packets, value->rx_bytes); in bpf_cgroup_skb_uid_ingress()
132 __sync_fetch_and_add(&value->rx_bytes, skb->len); in bpf_socket_iface_ingress()
135 bpf_trace_printk(log, sizeof(log), key, value->rx_packets, value->rx_bytes); in bpf_socket_iface_ingress()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_net_adapter.c117 stats64->rx_packets, stats64->rx_bytes); in RxComplete()
125 stats64->rx_bytes += usbNet->rxLen; in RxComplete()
128 u64_stats_add(&stats64->rx_bytes, usbNet->rxLen); in RxComplete()
133 stats64->rx_packets, stats64->rx_bytes); in RxComplete()
454 stats64->rx_packets, stats64->rx_bytes); in UsbnetAdapterStop()
550 stats64->rx_packets, stats64->rx_bytes); in TxComplete()
566 stats64->rx_packets, stats64->rx_bytes); in TxComplete()
832 stats64->rx_packets, stats64->rx_bytes); in UsbnetAdapterGetStats64()
896 stats64->rx_packets, stats64->rx_bytes); in UsbnetAdapterSetUsbNetInfo()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/network/src/
H A Dnet_device_adapter.c95 netStats.rx_bytes = stats->rxBytes; in NetDevGetStats()