Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/openvswitch/
A Dmeter.c25 [OVS_METER_ATTR_STATS] = { .len = sizeof(struct ovs_flow_stats) },
244 if (nla_put(reply, OVS_METER_ATTR_STATS, in ovs_meter_cmd_reply_stats()
355 if (meter->keep_stats && a[OVS_METER_ATTR_STATS]) { in dp_meter_create()
357 nla_data(a[OVS_METER_ATTR_STATS]); in dp_meter_create()
/linux-6.3-rc2/include/uapi/linux/
A Dopenvswitch.h1037 OVS_METER_ATTR_STATS, /* struct ovs_flow_stats for the meter. */ enumerator

Completed in 7 milliseconds