FD.io VPP  v19.08-27-gf4dcae4
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

#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.

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

Definition at line 18 of file ipsec_io.h.

Enumeration Type Documentation

Enumerator
IPSEC_INPUT_N_NEXT 

Definition at line 33 of file ipsec_io.h.

Enumerator
IPSEC_OUTPUT_N_NEXT 

Definition at line 22 of file ipsec_io.h.