Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dmeter.c27 [OVS_METER_ATTR_USED] = { .type = NLA_U64 },
246 if (nla_put_u64_64bit(reply, OVS_METER_ATTR_USED, meter->used, in ovs_meter_cmd_reply_stats()
/linux/include/uapi/linux/
H A Dopenvswitch.h1071 OVS_METER_ATTR_USED, /* u64 msecs last used in monotonic time. */ enumerator