FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
ipsec_punt.h File Reference
+ Include dependency graph for ipsec_punt.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define foreach_ipsec_punt_reason
 

Typedefs

typedef enum ipsec_punt_reason_t_ ipsec_punt_reason_type_t
 

Enumerations

enum  ipsec_punt_reason_t_ { IPSEC_PUNT_N_REASONS }
 

Functions

u8format_ipsec_punt_reason (u8 *s, va_list *args)
 

Variables

vlib_punt_reason_t ipsec_punt_reason [IPSEC_PUNT_N_REASONS]
 

Macro Definition Documentation

#define foreach_ipsec_punt_reason
Value:
_(IP4_SPI_UDP_0, "ipsec4-spi-o-udp-0") \
_(IP4_NO_SUCH_TUNNEL, "ipsec4-no-such-tunnel") \
_(IP6_NO_SUCH_TUNNEL, "ipsec6-no-such-tunnel")

Definition at line 20 of file ipsec_punt.h.

Typedef Documentation

Enumeration Type Documentation

Enumerator
IPSEC_PUNT_N_REASONS 

Definition at line 25 of file ipsec_punt.h.

Function Documentation

u8* format_ipsec_punt_reason ( u8 s,
va_list *  args 
)

Variable Documentation

Definition at line 23 of file ipsec_punt.c.