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

/linux-master/include/uapi/linux/
H A Dopenvswitch.h89 OVS_DP_ATTR_STATS, /* struct ovs_dp_stats */
103 struct ovs_dp_stats { struct
/linux-master/net/openvswitch/
H A Ddatapath.c723 static void get_dp_stats(const struct datapath *dp, struct ovs_dp_stats *stats,
1555 msgsize += nla_total_size_64bit(sizeof(struct ovs_dp_stats));
1569 struct ovs_dp_stats dp_stats;
1586 if (nla_put_64bit(skb, OVS_DP_ATTR_STATS, sizeof(struct ovs_dp_stats),

Completed in 138 milliseconds