Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dopenvswitch.h78 struct ovs_dp_stats { struct
/linux-3.4.99/net/openvswitch/
Ddatapath.c707 static void get_dp_stats(struct datapath *dp, struct ovs_dp_stats *stats) in get_dp_stats()
1162 struct ovs_dp_stats dp_stats; in ovs_dp_cmd_fill_info()
1179 NLA_PUT(skb, OVS_DP_ATTR_STATS, sizeof(struct ovs_dp_stats), &dp_stats); in ovs_dp_cmd_fill_info()