Home
last modified time | relevance | path

Searched refs:dp_stats_percpu (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/openvswitch/
Ddatapath.h44 struct dp_stats_percpu { struct
95 struct dp_stats_percpu __percpu *stats_percpu;
Ddatapath.c230 struct dp_stats_percpu *stats; in ovs_dp_process_packet()
293 struct dp_stats_percpu *stats; in ovs_dp_upcall()
712 const struct dp_stats_percpu *percpu_stats; in get_dp_stats()
713 struct dp_stats_percpu local_stats; in get_dp_stats()
1736 dp->stats_percpu = netdev_alloc_pcpu_stats(struct dp_stats_percpu); in ovs_dp_stats_init()