![]() |
FD.io VPP
v19.04.2-12-g66b1689
Vector Packet Processing
|
Include dependency graph for qos_record.c:Go to the source code of this file.
Functions | |
| static void | qos_record_feature_config (u32 sw_if_index, qos_source_t input_source, u8 enable) |
| int | qos_record_enable (u32 sw_if_index, qos_source_t input_source) |
| int | qos_record_disable (u32 sw_if_index, qos_source_t input_source) |
| static clib_error_t * | qos_record_ip_interface_add_del (vnet_main_t *vnm, u32 sw_if_index, u32 is_add) |
| VNET_SW_INTERFACE_ADD_DEL_FUNCTION (qos_record_ip_interface_add_del) | |
| clib_error_t * | l2_ip_qos_init (vlib_main_t *vm) |
| static clib_error_t * | qos_record_cli (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
Variables | |
| u8 * | qos_record_configs [QOS_N_SOURCES] |
| Per-interface, per-protocol vector of feature on/off configurations. More... | |
| u32 | l2_qos_input_next [QOS_N_SOURCES][32] |
| static vlib_cli_command_t | qos_record_command |
| (constructor) VLIB_CLI_COMMAND (qos_record_command) More... | |
| clib_error_t* l2_ip_qos_init | ( | vlib_main_t * | vm | ) |
|
static |
| 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:
|
static |
Definition at line 31 of file qos_record.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| VNET_SW_INTERFACE_ADD_DEL_FUNCTION | ( | qos_record_ip_interface_add_del | ) |
Here is the caller graph for this function:| u32 l2_qos_input_next[QOS_N_SOURCES][32] |
Definition at line 28 of file qos_record.c.
|
static |
(constructor) VLIB_CLI_COMMAND (qos_record_command)
Definition at line 194 of file qos_record.c.
| u8* qos_record_configs[QOS_N_SOURCES] |
Per-interface, per-protocol vector of feature on/off configurations.
Definition at line 27 of file qos_record.c.