Home
last modified time | relevance | path

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

/Linux-v5.10/net/openvswitch/
Dmeter.c26 [OVS_METER_ATTR_STATS] = { .len = sizeof(struct ovs_flow_stats) },
245 if (nla_put(reply, OVS_METER_ATTR_STATS, in ovs_meter_cmd_reply_stats()
356 if (meter->keep_stats && a[OVS_METER_ATTR_STATS]) { in dp_meter_create()
358 nla_data(a[OVS_METER_ATTR_STATS]); in dp_meter_create()
/Linux-v5.10/include/uapi/linux/
Dopenvswitch.h996 OVS_METER_ATTR_STATS, /* struct ovs_flow_stats for the meter. */ enumerator