Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dopenvswitch.h94 OVS_DP_ATTR_STATS, /* struct ovs_dp_stats */
111 struct ovs_dp_stats {
103 struct ovs_dp_stats { global() struct
104 n_hitovs_dp_stats global() argument
105 n_missedovs_dp_stats global() argument
106 n_lostovs_dp_stats global() argument
107 n_flowsovs_dp_stats global() argument
/linux/net/openvswitch/
H A Ddatapath.c752 static void get_dp_stats(const struct datapath *dp, struct ovs_dp_stats *stats, in get_dp_stats()
1584 msgsize += nla_total_size_64bit(sizeof(struct ovs_dp_stats)); in ovs_dp_cmd_msg_size()
1598 struct ovs_dp_stats dp_stats; in ovs_dp_cmd_fill_info()
1615 if (nla_put_64bit(skb, OVS_DP_ATTR_STATS, sizeof(struct ovs_dp_stats), in ovs_dp_cmd_fill_info()