|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
16 #ifndef __QOS_RECORD_H__
17 #define __QOS_RECORD_H__
walk_rc_t(* qos_record_walk_cb_t)(u32 sw_if_index, qos_source_t input_source, void *ctx)
int qos_record_enable(u32 sw_if_index, qos_source_t input_source)
void qos_record_walk(qos_record_walk_cb_t fn, void *c)
int qos_record_disable(u32 sw_if_index, qos_source_t input_source)
vl_api_qos_source_t input_source
enum qos_source_t_ qos_source_t
QoS types.
vl_api_interface_index_t sw_if_index
enum walk_rc_t_ walk_rc_t
Walk return code.