Home
last modified time | relevance | path

Searched refs:ovs_flow_stats (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/net/openvswitch/
Dmeter.h27 struct ovs_flow_stats stats;
41 struct ovs_flow_stats stats;
Dmeter.c27 [OVS_METER_ATTR_STATS] = { .len = sizeof(struct ovs_flow_stats) },
39 [OVS_BAND_ATTR_STATS] = { .len = sizeof(struct ovs_flow_stats) },
122 sizeof(struct ovs_flow_stats), &meter->stats) || in ovs_meter_cmd_reply_stats()
138 sizeof(struct ovs_flow_stats), in ovs_meter_cmd_reply_stats()
216 meter->stats = *(struct ovs_flow_stats *) in dp_meter_create()
Dflow.h267 void ovs_flow_stats_get(const struct sw_flow *, struct ovs_flow_stats *,
Ddatapath.c724 + nla_total_size_64bit(sizeof(struct ovs_flow_stats)) /* OVS_FLOW_ATTR_STATS */ in ovs_flow_cmd_msg_size()
733 struct ovs_flow_stats stats; in ovs_flow_cmd_fill_stats()
746 sizeof(struct ovs_flow_stats), &stats, in ovs_flow_cmd_fill_stats()
Dflow.c126 struct ovs_flow_stats *ovs_stats, in ovs_flow_stats_get()
/Linux-v5.4/include/uapi/linux/
Dopenvswitch.h305 struct ovs_flow_stats { struct