Home
last modified time | relevance | path

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

/Linux-v5.4/net/openvswitch/
Ddatapath.h41 struct dp_stats_percpu { struct
75 struct dp_stats_percpu __percpu *stats_percpu;
Ddatapath.c222 struct dp_stats_percpu *stats; in ovs_dp_process_packet()
269 struct dp_stats_percpu *stats; in ovs_dp_upcall()
667 const struct dp_stats_percpu *percpu_stats; in get_dp_stats()
668 struct dp_stats_percpu local_stats; in get_dp_stats()
1608 dp->stats_percpu = netdev_alloc_pcpu_stats(struct dp_stats_percpu); in ovs_dp_cmd_new()