Go to the source code of this file.
◆ foreach_ah_decrypt_error
#define foreach_ah_decrypt_error |
Value:_ (RX_PKTS, "AH pkts received") \
_ (DECRYPTION_FAILED, "AH decryption failed") \
_ (INTEG_ERROR, "Integrity check failed") \
_ (
REPLAY,
"SA replayed packet")
Definition at line 41 of file ah_decrypt.c.
◆ foreach_ah_decrypt_next
#define foreach_ah_decrypt_next |
Value: _ (IP4_INPUT, "ip4-input") \
_ (IP6_INPUT, "ip6-input") \
_ (IPSEC_GRE_INPUT, "ipsec-gre-input")
Definition at line 27 of file ah_decrypt.c.
◆ ah_decrypt_error_t
Enumerator |
---|
AH_DECRYPT_N_ERROR | |
Definition at line 47 of file ah_decrypt.c.
◆ ah_decrypt_next_t
Enumerator |
---|
AH_DECRYPT_N_NEXT | |
Definition at line 34 of file ah_decrypt.c.
◆ ah4_decrypt_node()
◆ ah6_decrypt_node()
◆ ah_decrypt_inline()
◆ format_ah_decrypt_trace()
static u8* format_ah_decrypt_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ ah4_decrypt_node
Initial value:= {
.name = "ah4-decrypt",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
static char * ah_decrypt_error_strings[]
static u8 * format_ah_decrypt_trace(u8 *s, va_list *args)
#define foreach_ah_decrypt_next
(constructor) VLIB_REGISTER_NODE (ah4_decrypt_node)
Definition at line 294 of file ah_decrypt.c.
◆ ah6_decrypt_node
Initial value:= {
.name = "ah6-decrypt",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
static char * ah_decrypt_error_strings[]
static u8 * format_ah_decrypt_trace(u8 *s, va_list *args)
#define foreach_ah_decrypt_next
(constructor) VLIB_REGISTER_NODE (ah6_decrypt_node)
Definition at line 320 of file ah_decrypt.c.
◆ ah_decrypt_error_strings
char* ah_decrypt_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_ah_decrypt_error
Definition at line 55 of file ah_decrypt.c.