Searched refs:tx_bytes (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/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() 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() 155 bpf_trace_printk(log, sizeof(log), key, value->tx_packets, value->tx_bytes); in bpf_socket_iface_egress()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/ |
H A D | usb_net_adapter.c | 120 stats64->tx_packets, stats64->tx_bytes); in RxComplete() 136 stats64->tx_packets, stats64->tx_bytes); in RxComplete() 457 stats64->tx_packets, stats64->tx_bytes); in UsbnetAdapterStop() 553 stats64->tx_packets, stats64->tx_bytes); in TxComplete() 558 stats64->tx_bytes += usbNet->txLen; in TxComplete() 561 u64_stats_add(&stats64->tx_bytes, usbNet->txLen); in TxComplete() 569 stats64->tx_packets, stats64->tx_bytes); in TxComplete() 835 stats64->tx_packets, stats64->tx_bytes); in UsbnetAdapterGetStats64()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/network/src/ |
H A D | net_device_adapter.c | 96 netStats.tx_bytes = stats->txBytes; in NetDevGetStats()
|