Lines Matching full:meter
983 * @OVS_ACTION_ATTR_METER: Run packet through a meter, which may drop the
1029 OVS_ACTION_ATTR_METER, /* u32 meter ID. */
1057 OVS_METER_CMD_SET, /* Add or modify a meter. */
1058 OVS_METER_CMD_DEL, /* Delete a meter. */
1059 OVS_METER_CMD_GET /* Get meter stats. */
1064 OVS_METER_ATTR_ID, /* u32 meter ID within datapath. */
1069 OVS_METER_ATTR_STATS, /* struct ovs_flow_stats for the meter. */
1070 OVS_METER_ATTR_BANDS, /* Nested attributes for meter bands. */
1074 OVS_METER_ATTR_MAX_BANDS, /* u32 max number of bands per meter. */
1084 OVS_BAND_ATTR_RATE, /* u32 band rate in meter units (see above). */
1085 OVS_BAND_ATTR_BURST, /* u32 burst size in meter units. */