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

/linux-master/include/uapi/linux/
H A Dopenvswitch.h588 * @OVS_FLOW_ATTR_USED: A 64-bit integer giving the time, in milliseconds on
619 OVS_FLOW_ATTR_USED, /* u64 msecs last used in monotonic time. */ enumerator in enum:ovs_flow_attr
/linux-master/net/openvswitch/
H A Ddatapath.c800 + nla_total_size_64bit(8); /* OVS_FLOW_ATTR_USED */
814 nla_put_u64_64bit(skb, OVS_FLOW_ATTR_USED, ovs_flow_used_time(used),

Completed in 194 milliseconds