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

Go to the source code of this file.

Functions

void tcp_evt_track_register (elog_track_t *et)
 
static void tcp_debug_show_groups (void)
 
static clib_error_ttcp_debug_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 

Variables

tcp_dbg_main_t tcp_dbg_main
 
static const char * tcp_evt_grp_str []
 
static vlib_cli_command_t tcp_debug_command
 (constructor) VLIB_CLI_COMMAND (tcp_debug_command) More...
 

Function Documentation

◆ tcp_debug_fn()

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

Definition at line 57 of file tcp_debug.c.

+ Here is the call graph for this function:

◆ tcp_debug_show_groups()

static void tcp_debug_show_groups ( void  )
static

Definition at line 43 of file tcp_debug.c.

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

◆ tcp_evt_track_register()

void tcp_evt_track_register ( elog_track_t et)

Definition at line 20 of file tcp_debug.c.

Variable Documentation

◆ tcp_dbg_main

tcp_dbg_main_t tcp_dbg_main

Definition at line 17 of file tcp_debug.c.

◆ tcp_debug_command

vlib_cli_command_t tcp_debug_command
static
Initial value:
=
{
.path = "tcp debug",
.short_help = "tcp [show] [debug group <N> level <N>]",
.function = tcp_debug_fn,
}
static clib_error_t * tcp_debug_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: tcp_debug.c:57

(constructor) VLIB_CLI_COMMAND (tcp_debug_command)

Definition at line 113 of file tcp_debug.c.

◆ tcp_evt_grp_str

const char* tcp_evt_grp_str[]
static
Initial value:
= {
#define _(sym, str)
}
#define foreach_tcp_evt_grp
Definition: tcp_debug.h:53

Definition at line 36 of file tcp_debug.c.