Home
last modified time | relevance | path

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

/linux-4.4.14/net/openvswitch/
Ddatapath.h54 struct dp_stats_percpu { struct
86 struct dp_stats_percpu __percpu *stats_percpu;
Ddatapath.c262 struct dp_stats_percpu *stats; in ovs_dp_process_packet()
305 struct dp_stats_percpu *stats; in ovs_dp_upcall()
688 const struct dp_stats_percpu *percpu_stats; in get_dp_stats()
689 struct dp_stats_percpu local_stats; in get_dp_stats()
1555 dp->stats_percpu = netdev_alloc_pcpu_stats(struct dp_stats_percpu); in ovs_dp_cmd_new()