![]() |
FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
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 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.
| 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 | ||
| ) |