FD.io VPP
v16.06
Vector Packet Processing
|
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 58 of file vcgn_classify.c.
#define foreach_vcgn_classify_error |
Definition at line 87 of file vcgn_classify.c.
Enumerator | |
---|---|
VCGN_CLASSIFY_N_ERROR |
Definition at line 96 of file vcgn_classify.c.
enum vcgn_classify_next_t |
Definition at line 124 of file vcgn_classify.c.
Definition at line 70 of file vcgn_classify.c.
|
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 391 of file vcgn_classify.c.
|
static |
|
static |
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 1318 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 1306 of file vcgn_classify.c.
vlib_cli_command_t set_vcgn_inside_command |
(constructor) VLIB_CLI_COMMAND (set_vcgn_inside_command)
Definition at line 1288 of file vcgn_classify.c.
vlib_cli_command_t set_vcgn_map_command |
(constructor) VLIB_CLI_COMMAND (set_vcgn_map_command)
Definition at line 1282 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 1330 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 1324 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 1312 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 1294 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 1300 of file vcgn_classify.c.
vlib_cli_command_t show_vcgn_config_command |
(constructor) VLIB_CLI_COMMAND (show_vcgn_config_command)
Definition at line 1338 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 1350 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 1357 of file vcgn_classify.c.
vlib_cli_command_t show_vcgn_stat_command |
(constructor) VLIB_CLI_COMMAND (show_vcgn_stat_command)
Definition at line 1344 of file vcgn_classify.c.
|
static |
Definition at line 103 of file vcgn_classify.c.
vcgn_classify_main_t vcgn_classify_main |
Definition at line 83 of file vcgn_classify.c.
vlib_node_registration_t vcgn_classify_node |
(constructor) VLIB_REGISTER_NODE (vcgn_classify_node)
Definition at line 85 of file vcgn_classify.c.