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

/linux-master/net/openvswitch/
H A Dmeter.c26 [OVS_METER_ATTR_BANDS] = { .type = NLA_NESTED },
250 nla = nla_nest_start_noflag(reply, OVS_METER_ATTR_BANDS);
303 nla = nla_nest_start_noflag(reply, OVS_METER_ATTR_BANDS);
336 if (!a[OVS_METER_ATTR_BANDS])
339 nla_for_each_nested(nla, a[OVS_METER_ATTR_BANDS], rem)
361 nla_for_each_nested(nla, a[OVS_METER_ATTR_BANDS], rem) {
/linux-master/include/uapi/linux/
H A Dopenvswitch.h1041 OVS_METER_ATTR_BANDS, /* Nested attributes for meter bands. */ enumerator in enum:ovs_meter_attr

Completed in 122 milliseconds