Home
last modified time | relevance | path

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

/Linux-v4.19/net/openvswitch/
Dmeter.c31 [OVS_METER_ATTR_BANDS] = { .type = NLA_NESTED },
130 nla = nla_nest_start(reply, OVS_METER_ATTR_BANDS); in ovs_meter_cmd_reply_stats()
169 nla = nla_nest_start(reply, OVS_METER_ATTR_BANDS); in ovs_meter_cmd_features()
201 if (!a[OVS_METER_ATTR_BANDS]) in dp_meter_create()
204 nla_for_each_nested(nla, a[OVS_METER_ATTR_BANDS], rem) in dp_meter_create()
227 nla_for_each_nested(nla, a[OVS_METER_ATTR_BANDS], rem) { in dp_meter_create()
/Linux-v4.19/include/uapi/linux/
Dopenvswitch.h913 OVS_METER_ATTR_BANDS, /* Nested attributes for meter bands. */ enumerator