FD.io VPP  v19.08-27-gf4dcae4
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

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

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:

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:

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: