Go to the source code of this file.
|
void | l2sess_init_next_features (vlib_main_t *vm, l2sess_main_t *sm) |
|
void | l2sess_add_our_next_nodes (vlib_main_t *vm, l2sess_main_t *sm, u8 *prev_node_name, int add_output_nodes) |
|
void | l2sess_setup_nodes (void) |
|
static char * | get_l4_proto_str (int is_ip6, uint8_t l4_proto) |
|
static clib_error_t * | l2sess_show_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | l2sess_show_count_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static u64 | time_sec_to_clock (clib_time_t *ct, f64 sec) |
|
static clib_error_t * | l2sess_init (vlib_main_t *vm) |
|
static char* get_l4_proto_str |
( |
int |
is_ip6, |
|
|
uint8_t |
l4_proto |
|
) |
| |
|
static |
void l2sess_setup_nodes |
( |
void |
| ) |
|
Initial value:= {
.path = "show l2sess",
.short_help = "show l2sess",
}
static clib_error_t * l2sess_show_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (l2sess_show_command)
Definition at line 190 of file l2sess.c.
Initial value:= {
.path = "show l2sess count",
.short_help = "show l2sess count",
}
static clib_error_t * l2sess_show_count_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (l2sess_show_count_command)
Definition at line 196 of file l2sess.c.