FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
ipsec_io.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ip4_ipsec_config_t
 
struct  ip6_ipsec_config_t
 

Macros

#define foreach_ipsec_output_next   _ (DROP, "error-drop")
 
#define foreach_ipsec_input_next
 

Enumerations

enum  ipsec_output_next_t { IPSEC_OUTPUT_N_NEXT }
 
enum  ipsec_input_next_t { IPSEC_INPUT_N_NEXT }
 

Macro Definition Documentation

◆ foreach_ipsec_input_next

#define foreach_ipsec_input_next
Value:
_ (PUNT, "punt-dispatch") \
_ (DROP, "error-drop")
DROP
Definition: error.def:41

Definition at line 29 of file ipsec_io.h.

◆ foreach_ipsec_output_next

#define foreach_ipsec_output_next   _ (DROP, "error-drop")

Definition at line 18 of file ipsec_io.h.

Enumeration Type Documentation

◆ ipsec_input_next_t

Enumerator
IPSEC_INPUT_N_NEXT 

Definition at line 33 of file ipsec_io.h.

◆ ipsec_output_next_t

Enumerator
IPSEC_OUTPUT_N_NEXT 

Definition at line 22 of file ipsec_io.h.