Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/openvswitch/
A Dmeter.h30 struct ovs_flow_stats stats;
41 struct ovs_flow_stats stats;
A Dmeter.c25 [OVS_METER_ATTR_STATS] = { .len = sizeof(struct ovs_flow_stats) },
37 [OVS_BAND_ATTR_STATS] = { .len = sizeof(struct ovs_flow_stats) },
245 sizeof(struct ovs_flow_stats), &meter->stats)) in ovs_meter_cmd_reply_stats()
263 sizeof(struct ovs_flow_stats), in ovs_meter_cmd_reply_stats()
356 meter->stats = *(struct ovs_flow_stats *) in dp_meter_create()
A Dflow.h283 void ovs_flow_stats_get(const struct sw_flow *, struct ovs_flow_stats *,
A Ddatapath.c799 + nla_total_size_64bit(sizeof(struct ovs_flow_stats)) /* OVS_FLOW_ATTR_STATS */ in ovs_flow_cmd_msg_size()
808 struct ovs_flow_stats stats; in ovs_flow_cmd_fill_stats()
821 sizeof(struct ovs_flow_stats), &stats, in ovs_flow_cmd_fill_stats()
A Dflow.c129 struct ovs_flow_stats *ovs_stats, in ovs_flow_stats_get()
/linux-6.3-rc2/include/uapi/linux/
A Dopenvswitch.h333 struct ovs_flow_stats { struct

Completed in 15 milliseconds