Searched refs:dp_stats (Results 1 – 1 of 1) sorted by relevance
1162 struct ovs_dp_stats dp_stats; in ovs_dp_cmd_fill_info() local1178 get_dp_stats(dp, &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()