FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
session_cli.c File Reference
+ Include dependency graph for session_cli.c:

Go to the source code of this file.

Functions

u8format_session_fifos (u8 *s, va_list *args)
 
u8format_session (u8 *s, va_list *args)
 Format stream session as per the following format. More...
 
uword unformat_stream_session_id (unformat_input_t *input, va_list *args)
 
uword unformat_session_state (unformat_input_t *input, va_list *args)
 
uword unformat_session (unformat_input_t *input, va_list *args)
 
uword unformat_transport_connection (unformat_input_t *input, va_list *args)
 
static void session_cli_show_all_sessions (vlib_main_t *vm, int verbose)
 
static int session_cli_filter_check (session_t *s, session_state_t *states, transport_proto_t tp)
 
static void session_cli_show_session_filter (vlib_main_t *vm, u32 thread_index, u32 start, u32 end, session_state_t *states, transport_proto_t tp, int verbose)
 
static void session_cli_print_transport_protos (vlib_main_t *vm)
 
static void session_cli_print_session_states (vlib_main_t *vm)
 
static clib_error_tshow_session_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static int clear_session (session_t *s)
 
static clib_error_tclear_session_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tshow_session_fifo_trace_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tsession_replay_fifo_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tsession_enable_disable_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 

Variables

vlib_cli_command_t vlib_cli_show_session_command
 (constructor) VLIB_CLI_COMMAND (vlib_cli_show_session_command) More...
 
static vlib_cli_command_t clear_session_command
 (constructor) VLIB_CLI_COMMAND (clear_session_command) More...
 
static vlib_cli_command_t show_session_fifo_trace_command
 (constructor) VLIB_CLI_COMMAND (show_session_fifo_trace_command) More...
 
static vlib_cli_command_t session_replay_fifo_trace_command
 (constructor) VLIB_CLI_COMMAND (session_replay_fifo_trace_command) More...
 
static vlib_cli_command_t session_enable_disable_command
 (constructor) VLIB_CLI_COMMAND (session_enable_disable_command) More...
 

Function Documentation

◆ clear_session()

static int clear_session ( session_t s)
static

Definition at line 593 of file session_cli.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ clear_session_command_fn()

static clib_error_t* clear_session_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 601 of file session_cli.c.

+ Here is the call graph for this function:

◆ format_session()

u8* format_session ( u8 s,
va_list *  args 
)

Format stream session as per the following format.

verbose: "Connection", "Rx fifo", "Tx fifo", "Session Index" non-verbose: "Connection"

Definition at line 55 of file session_cli.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ format_session_fifos()

u8* format_session_fifos ( u8 s,
va_list *  args 
)

Definition at line 19 of file session_cli.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ session_cli_filter_check()

static int session_cli_filter_check ( session_t s,
session_state_t states,
transport_proto_t  tp 
)
static

Definition at line 311 of file session_cli.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ session_cli_print_session_states()

static void session_cli_print_session_states ( vlib_main_t vm)
static

Definition at line 400 of file session_cli.c.

+ Here is the caller graph for this function:

◆ session_cli_print_transport_protos()

static void session_cli_print_transport_protos ( vlib_main_t vm)
static

Definition at line 392 of file session_cli.c.

+ Here is the caller graph for this function:

◆ session_cli_show_all_sessions()

static void session_cli_show_all_sessions ( vlib_main_t vm,
int  verbose 
)
static

Definition at line 252 of file session_cli.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ session_cli_show_session_filter()

static void session_cli_show_session_filter ( vlib_main_t vm,
u32  thread_index,
u32  start,
u32  end,
session_state_t states,
transport_proto_t  tp,
int  verbose 
)
static

Definition at line 331 of file session_cli.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ session_enable_disable_fn()

static clib_error_t* session_enable_disable_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 762 of file session_cli.c.

+ Here is the call graph for this function:

◆ session_replay_fifo_command_fn()

static clib_error_t* session_replay_fifo_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 715 of file session_cli.c.

+ Here is the call graph for this function:

◆ show_session_command_fn()

static clib_error_t* show_session_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 408 of file session_cli.c.

+ Here is the call graph for this function:

◆ show_session_fifo_trace_command_fn()

static clib_error_t* show_session_fifo_trace_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 665 of file session_cli.c.

+ Here is the call graph for this function:

◆ unformat_session()

uword unformat_session ( unformat_input_t input,
va_list *  args 
)

Definition at line 186 of file session_cli.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unformat_session_state()

uword unformat_session_state ( unformat_input_t input,
va_list *  args 
)

Definition at line 165 of file session_cli.c.

+ Here is the caller graph for this function:

◆ unformat_stream_session_id()

uword unformat_stream_session_id ( unformat_input_t input,
va_list *  args 
)

Definition at line 112 of file session_cli.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unformat_transport_connection()

uword unformat_transport_connection ( unformat_input_t input,
va_list *  args 
)

Definition at line 217 of file session_cli.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ clear_session_command

vlib_cli_command_t clear_session_command
static
Initial value:
=
{
.path = "clear session",
.short_help = "clear session thread <thread> session <index>",
}
static clib_error_t * clear_session_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: session_cli.c:601

(constructor) VLIB_CLI_COMMAND (clear_session_command)

Definition at line 656 of file session_cli.c.

◆ session_enable_disable_command

vlib_cli_command_t session_enable_disable_command
static
Initial value:
=
{
.path = "session",
.short_help = "session [enable|disable]",
}
static clib_error_t * session_enable_disable_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: session_cli.c:762

(constructor) VLIB_CLI_COMMAND (session_enable_disable_command)

Definition at line 792 of file session_cli.c.

◆ session_replay_fifo_trace_command

vlib_cli_command_t session_replay_fifo_trace_command
static
Initial value:
=
{
.path = "session replay fifo",
.short_help = "session replay fifo <session>",
}
static clib_error_t * session_replay_fifo_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: session_cli.c:715

(constructor) VLIB_CLI_COMMAND (session_replay_fifo_trace_command)

Definition at line 753 of file session_cli.c.

◆ show_session_fifo_trace_command

vlib_cli_command_t show_session_fifo_trace_command
static
Initial value:
=
{
.path = "show session fifo trace",
.short_help = "show session fifo trace <session>",
}
static clib_error_t * show_session_fifo_trace_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: session_cli.c:665

(constructor) VLIB_CLI_COMMAND (show_session_fifo_trace_command)

Definition at line 706 of file session_cli.c.

◆ vlib_cli_show_session_command

vlib_cli_command_t vlib_cli_show_session_command
Initial value:
=
{
.path = "show session",
.short_help = "show session [verbose [n]] [listeners <proto>] "
"[<session-id> [elog]] [thread <n> [index <n>] "
"[proto <proto>] [state <state>] [range <min> [<max>]] "
"[protos] [states] ",
}
static clib_error_t * show_session_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: session_cli.c:408

(constructor) VLIB_CLI_COMMAND (vlib_cli_show_session_command)

Definition at line 581 of file session_cli.c.