FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
ipsec_punt.c File Reference
+ Include dependency graph for ipsec_punt.c:

Go to the source code of this file.

Functions

static void ipsec_punt_interested_listener (vlib_enable_or_disable_t action, void *data)
 
static clib_error_tipsec_punt_init (vlib_main_t *vm)
 

Variables

static vlib_punt_hdl_t punt_hdl
 
vlib_punt_reason_t ipsec_punt_reason [IPSEC_PUNT_N_REASONS]
 

Function Documentation

◆ ipsec_punt_init()

static clib_error_t* ipsec_punt_init ( vlib_main_t vm)
static

Definition at line 42 of file ipsec_punt.c.

+ Here is the call graph for this function:

◆ ipsec_punt_interested_listener()

static void ipsec_punt_interested_listener ( vlib_enable_or_disable_t  action,
void *  data 
)
static

Definition at line 27 of file ipsec_punt.c.

+ Here is the call graph for this function:

Variable Documentation

◆ ipsec_punt_reason

Definition at line 24 of file ipsec_punt.c.

◆ punt_hdl

vlib_punt_hdl_t punt_hdl
static

Definition at line 22 of file ipsec_punt.c.