![]() |
FD.io VPP
v16.09
Vector Packet Processing
|
Include dependency graph for vcgn_classify.c:Go to the source code of this file.
Data Structures | |
| struct | vcgn_classify_main_t |
| struct | vcgn_classify_trace_t |
Macros | |
| #define | FIND_MY_VRF_USING_I_VRF_ID |
| #define | foreach_vcgn_classify_error |
Variables | |
| vcgn_classify_main_t | vcgn_classify_main |
| vlib_node_registration_t | vcgn_classify_node |
| (constructor) VLIB_REGISTER_NODE (vcgn_classify_node) More... | |
| static char * | vcgn_classify_error_strings [] |
| vlib_cli_command_t | set_vcgn_map_command |
| (constructor) VLIB_CLI_COMMAND (set_vcgn_map_command) More... | |
| vlib_cli_command_t | set_vcgn_inside_command |
| (constructor) VLIB_CLI_COMMAND (set_vcgn_inside_command) More... | |
| vlib_cli_command_t | set_vcgn_tcp_timeout_command |
| (constructor) VLIB_CLI_COMMAND (set_vcgn_tcp_timeout_command) More... | |
| vlib_cli_command_t | set_vcgn_udp_timeout_command |
| (constructor) VLIB_CLI_COMMAND (set_vcgn_udp_timeout_command) More... | |
| vlib_cli_command_t | set_vcgn_icmp_timeout_command |
| (constructor) VLIB_CLI_COMMAND (set_vcgn_icmp_timeout_command) More... | |
| vlib_cli_command_t | set_vcgn_protocol_default_timeout_command |
| (constructor) VLIB_CLI_COMMAND (set_vcgn_protocol_default_timeout_command) More... | |
| vlib_cli_command_t | set_vcgn_dynamic_port_start_range_command |
| (constructor) VLIB_CLI_COMMAND (set_vcgn_dynamic_port_start_range_command) More... | |
| vlib_cli_command_t | set_vcgn_port_limit_command |
| (constructor) VLIB_CLI_COMMAND (set_vcgn_port_limit_command) More... | |
| vlib_cli_command_t | set_vcgn_nfv9_logging_cofig_command |
| (constructor) VLIB_CLI_COMMAND (set_vcgn_nfv9_logging_cofig_command) More... | |
| vlib_cli_command_t | show_vcgn_config_command |
| (constructor) VLIB_CLI_COMMAND (show_vcgn_config_command) More... | |
| vlib_cli_command_t | show_vcgn_stat_command |
| (constructor) VLIB_CLI_COMMAND (show_vcgn_stat_command) More... | |
| vlib_cli_command_t | show_vcgn_inside_translation_command |
| (constructor) VLIB_CLI_COMMAND (show_vcgn_inside_translation_command) More... | |
| vlib_cli_command_t | show_vcgn_outside_translation_command |
| (constructor) VLIB_CLI_COMMAND (show_vcgn_outside_translation_command) More... | |
| #define FIND_MY_VRF_USING_I_VRF_ID |
Definition at line 60 of file vcgn_classify.c.
| #define foreach_vcgn_classify_error |
Definition at line 89 of file vcgn_classify.c.
| Enumerator | |
|---|---|
| VCGN_CLASSIFY_N_ERROR | |
Definition at line 98 of file vcgn_classify.c.
| enum vcgn_classify_next_t |
Definition at line 126 of file vcgn_classify.c.
Definition at line 72 of file vcgn_classify.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
inlinestatic |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| clib_error_t* vcgn_classify_init | ( | vlib_main_t * | vm | ) |
Definition at line 403 of file vcgn_classify.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
| vlib_init_function_t* _vlib_init_function_vcgn_init* * Also collects global variable pointers passed from the vpp engine* clib_error_t* vlib_plugin_register | ( | vlib_main_t * | vm, |
| vnet_plugin_handoff_t * | h, | ||
| int | from_early_init | ||
| ) |
Definition at line 1504 of file vcgn_classify.c.
| vlib_cli_command_t set_vcgn_dynamic_port_start_range_command |
(constructor) VLIB_CLI_COMMAND (set_vcgn_dynamic_port_start_range_command)
Definition at line 1398 of file vcgn_classify.c.
| vlib_cli_command_t set_vcgn_icmp_timeout_command |
(constructor) VLIB_CLI_COMMAND (set_vcgn_icmp_timeout_command)
Definition at line 1386 of file vcgn_classify.c.
| vlib_cli_command_t set_vcgn_inside_command |
(constructor) VLIB_CLI_COMMAND (set_vcgn_inside_command)
Definition at line 1368 of file vcgn_classify.c.
| vlib_cli_command_t set_vcgn_map_command |
(constructor) VLIB_CLI_COMMAND (set_vcgn_map_command)
Definition at line 1362 of file vcgn_classify.c.
| vlib_cli_command_t set_vcgn_nfv9_logging_cofig_command |
(constructor) VLIB_CLI_COMMAND (set_vcgn_nfv9_logging_cofig_command)
Definition at line 1410 of file vcgn_classify.c.
| vlib_cli_command_t set_vcgn_port_limit_command |
(constructor) VLIB_CLI_COMMAND (set_vcgn_port_limit_command)
Definition at line 1404 of file vcgn_classify.c.
| vlib_cli_command_t set_vcgn_protocol_default_timeout_command |
(constructor) VLIB_CLI_COMMAND (set_vcgn_protocol_default_timeout_command)
Definition at line 1392 of file vcgn_classify.c.
| vlib_cli_command_t set_vcgn_tcp_timeout_command |
(constructor) VLIB_CLI_COMMAND (set_vcgn_tcp_timeout_command)
Definition at line 1374 of file vcgn_classify.c.
| vlib_cli_command_t set_vcgn_udp_timeout_command |
(constructor) VLIB_CLI_COMMAND (set_vcgn_udp_timeout_command)
Definition at line 1380 of file vcgn_classify.c.
| vlib_cli_command_t show_vcgn_config_command |
(constructor) VLIB_CLI_COMMAND (show_vcgn_config_command)
Definition at line 1420 of file vcgn_classify.c.
| vlib_cli_command_t show_vcgn_inside_translation_command |
(constructor) VLIB_CLI_COMMAND (show_vcgn_inside_translation_command)
Definition at line 1432 of file vcgn_classify.c.
| vlib_cli_command_t show_vcgn_outside_translation_command |
(constructor) VLIB_CLI_COMMAND (show_vcgn_outside_translation_command)
Definition at line 1440 of file vcgn_classify.c.
| vlib_cli_command_t show_vcgn_stat_command |
(constructor) VLIB_CLI_COMMAND (show_vcgn_stat_command)
Definition at line 1426 of file vcgn_classify.c.
|
static |
Definition at line 105 of file vcgn_classify.c.
| vcgn_classify_main_t vcgn_classify_main |
Definition at line 85 of file vcgn_classify.c.
| vlib_node_registration_t vcgn_classify_node |
(constructor) VLIB_REGISTER_NODE (vcgn_classify_node)
Definition at line 87 of file vcgn_classify.c.