Home
last modified time | relevance | path

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

/linux-6.1.9/net/openvswitch/
Dmeter.c26 [OVS_METER_ATTR_BANDS] = { .type = NLA_NESTED },
252 nla = nla_nest_start_noflag(reply, OVS_METER_ATTR_BANDS); in ovs_meter_cmd_reply_stats()
305 nla = nla_nest_start_noflag(reply, OVS_METER_ATTR_BANDS); in ovs_meter_cmd_features()
338 if (!a[OVS_METER_ATTR_BANDS]) in dp_meter_create()
341 nla_for_each_nested(nla, a[OVS_METER_ATTR_BANDS], rem) in dp_meter_create()
363 nla_for_each_nested(nla, a[OVS_METER_ATTR_BANDS], rem) { in dp_meter_create()
/linux-6.1.9/include/uapi/linux/
Dopenvswitch.h1024 OVS_METER_ATTR_BANDS, /* Nested attributes for meter bands. */ enumerator