Searched refs:rx_packets (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/netmanager_base/bpf/bpf_progs/ |
H A D | netstats.c | 37 uint64_t rx_packets; member 89 __sync_fetch_and_add(&value->rx_packets, 1); 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() 131 __sync_fetch_and_add(&value->rx_packets, 1); 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 D | usb_net_adapter.c | 117 stats64->rx_packets, stats64->rx_bytes); in RxComplete() 124 stats64->rx_packets++; in RxComplete() 127 u64_stats_inc(&stats64->rx_packets); in RxComplete() 133 stats64->rx_packets, stats64->rx_bytes); in RxComplete() 454 stats64->rx_packets, stats64->rx_bytes); in UsbnetAdapterStop() 464 net->stats.rx_packets, net->stats.tx_packets, 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 D | net_device_adapter.c | 93 netStats.rx_packets = stats->rxPackets; in NetDevGetStats()
|