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

/linux-master/net/openvswitch/
H A Dmeter.h30 struct ovs_flow_stats stats;
41 struct ovs_flow_stats stats;
H A Dmeter.c25 [OVS_METER_ATTR_STATS] = { .len = sizeof(struct ovs_flow_stats) },
37 [OVS_BAND_ATTR_STATS] = { .len = sizeof(struct ovs_flow_stats) },
243 sizeof(struct ovs_flow_stats), &meter->stats))
261 sizeof(struct ovs_flow_stats),
354 meter->stats = *(struct ovs_flow_stats *)
H A Dflow.h283 void ovs_flow_stats_get(const struct sw_flow *, struct ovs_flow_stats *,
H A Ddatapath.c798 + nla_total_size_64bit(sizeof(struct ovs_flow_stats)) /* OVS_FLOW_ATTR_STATS */
807 struct ovs_flow_stats stats;
820 sizeof(struct ovs_flow_stats), &stats,
H A Dflow.c129 struct ovs_flow_stats *ovs_stats,
/linux-master/include/uapi/linux/
H A Dopenvswitch.h333 struct ovs_flow_stats { struct
582 * @OVS_FLOW_ATTR_STATS: &struct ovs_flow_stats giving statistics for this
617 OVS_FLOW_ATTR_STATS, /* struct ovs_flow_stats. */
1040 OVS_METER_ATTR_STATS, /* struct ovs_flow_stats for the meter. */
1057 OVS_BAND_ATTR_STATS, /* struct ovs_flow_stats for the band. */

Completed in 153 milliseconds