FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
qos_record.h File Reference
+ Include dependency graph for qos_record.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef walk_rc_t(* qos_record_walk_cb_t) (u32 sw_if_index, qos_source_t input_source, void *ctx)
 

Functions

int qos_record_disable (u32 sw_if_index, qos_source_t input_source)
 
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)
 

Typedef Documentation

◆ qos_record_walk_cb_t

typedef walk_rc_t(* qos_record_walk_cb_t) (u32 sw_if_index, qos_source_t input_source, void *ctx)

Definition at line 24 of file qos_record.h.

Function Documentation

◆ qos_record_disable()

int qos_record_disable ( u32  sw_if_index,
qos_source_t  input_source 
)

Definition at line 85 of file qos_record.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ qos_record_enable()

int qos_record_enable ( u32  sw_if_index,
qos_source_t  input_source 
)

Definition at line 71 of file qos_record.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ qos_record_walk()

void qos_record_walk ( qos_record_walk_cb_t  fn,
void *  c 
)

Definition at line 104 of file qos_record.c.

+ Here is the caller graph for this function: