Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/bpf/bpf_progs/
H A Dnetstats.c39 uint64_t tx_packets; member
110 __sync_fetch_and_add(&value->tx_packets, 1); 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()
151 __sync_fetch_and_add(&value->tx_packets, 1); 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 Dusb_net_adapter.c120 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()
464 net->stats.rx_packets, net->stats.tx_packets, in UsbnetAdapterStop()
553 stats64->tx_packets, stats64->tx_bytes); in TxComplete()
557 stats64->tx_packets++; in TxComplete()
560 u64_stats_inc(&stats64->tx_packets); 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 Dnet_device_adapter.c94 netStats.tx_packets = stats->txPackets; in NetDevGetStats()