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

/linux-master/net/openvswitch/
H A Dmeter.c25 [OVS_METER_ATTR_STATS] = { .len = sizeof(struct ovs_flow_stats) },
242 if (nla_put(reply, OVS_METER_ATTR_STATS,
353 if (meter->keep_stats && a[OVS_METER_ATTR_STATS]) {
355 nla_data(a[OVS_METER_ATTR_STATS]);
/linux-master/include/uapi/linux/
H A Dopenvswitch.h1040 OVS_METER_ATTR_STATS, /* struct ovs_flow_stats for the meter. */ enumerator in enum:ovs_meter_attr

Completed in 121 milliseconds