FD.io VPP  v20.09-rc2-28-g3c5414029
Vector Packet Processing
cnat_types.c File Reference
+ Include dependency graph for cnat_types.c:

Go to the source code of this file.

Macros

#define cnat_error(n, s)   s,
 

Functions

uword unformat_cnat_ep (unformat_input_t *input, va_list *args)
 
uword unformat_cnat_ep_tuple (unformat_input_t *input, va_list *args)
 
u8format_cnat_endpoint (u8 *s, va_list *args)
 
static clib_error_tcnat_types_init (vlib_main_t *vm)
 
static clib_error_tcnat_config (vlib_main_t *vm, unformat_input_t *input)
 

Variables

cnat_main_t cnat_main
 
fib_source_t cnat_fib_source
 
cnat_timestamp_tcnat_timestamps
 
throttle_t cnat_throttle
 
char * cnat_error_strings []
 

Macro Definition Documentation

◆ cnat_error

#define cnat_error (   n,
 
)    s,

Function Documentation

◆ cnat_config()

static clib_error_t* cnat_config ( vlib_main_t vm,
unformat_input_t input 
)
static

Definition at line 92 of file cnat_types.c.

+ Here is the call graph for this function:

◆ cnat_types_init()

static clib_error_t* cnat_types_init ( vlib_main_t vm)
static

Definition at line 75 of file cnat_types.c.

+ Here is the call graph for this function:

◆ format_cnat_endpoint()

u8* format_cnat_endpoint ( u8 s,
va_list *  args 
)

Definition at line 65 of file cnat_types.c.

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

◆ unformat_cnat_ep()

uword unformat_cnat_ep ( unformat_input_t input,
va_list *  args 
)

Definition at line 30 of file cnat_types.c.

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

◆ unformat_cnat_ep_tuple()

uword unformat_cnat_ep_tuple ( unformat_input_t input,
va_list *  args 
)

Definition at line 49 of file cnat_types.c.

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

Variable Documentation

◆ cnat_error_strings

char* cnat_error_strings[]
Initial value:
= {
#define cnat_error(n,s)
}

Definition at line 23 of file cnat_types.c.

◆ cnat_fib_source

fib_source_t cnat_fib_source

Definition at line 19 of file cnat_types.c.

◆ cnat_main

cnat_main_t cnat_main

Definition at line 18 of file cnat_types.c.

◆ cnat_throttle

throttle_t cnat_throttle

Definition at line 21 of file cnat_types.c.

◆ cnat_timestamps

cnat_timestamp_t* cnat_timestamps

Definition at line 20 of file cnat_types.c.