Go to the source code of this file.
#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") \
_(NOT_IP, "Not IP packet (dropped)")
Definition at line 41 of file ah_decrypt.c.
#define foreach_ah_decrypt_next |
Value:_(IP4_INPUT, "ip4-input") \
_(IP6_INPUT, "ip6-input") \
_(IPSEC_GRE_INPUT, "ipsec-gre-input")
Definition at line 26 of file ah_decrypt.c.
Enumerator |
---|
AH_DECRYPT_N_ERROR |
|
Definition at line 49 of file ah_decrypt.c.
Enumerator |
---|
AH_DECRYPT_N_NEXT |
|
Definition at line 33 of file ah_decrypt.c.
static u8* format_ah_decrypt_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
char* ah_decrypt_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_ah_decrypt_error
Definition at line 57 of file ah_decrypt.c.
Initial value:= {
.name = "ah-decrypt",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
static char * ah_decrypt_error_strings[]
static uword ah_decrypt_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
static u8 * format_ah_decrypt_trace(u8 *s, va_list *args)
#define foreach_ah_decrypt_next
(constructor) VLIB_REGISTER_NODE (ah_decrypt_node)
Definition at line 344 of file ah_decrypt.c.