Go to the source code of this file.
#define foreach_ah_encrypt_error |
Value:_(RX_PKTS, "AH pkts received") \
_(SEQ_CYCLED, "sequence number cycled")
Definition at line 40 of file ah_encrypt.c.
#define foreach_ah_encrypt_next |
Value:_(IP4_LOOKUP, "ip4-lookup") \
_(IP6_LOOKUP, "ip6-lookup") \
_(INTERFACE_OUTPUT, "interface-output")
Definition at line 26 of file ah_encrypt.c.
Enumerator |
---|
AH_ENCRYPT_N_ERROR |
|
Definition at line 45 of file ah_encrypt.c.
Enumerator |
---|
AH_ENCRYPT_N_NEXT |
|
Definition at line 33 of file ah_encrypt.c.
static u8* format_ah_encrypt_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
char* ah_encrypt_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_ah_encrypt_error
Definition at line 53 of file ah_encrypt.c.
Initial value:= {
.name = "ah-encrypt",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
static u8 * format_ah_encrypt_trace(u8 *s, va_list *args)
static char * ah_encrypt_error_strings[]
static uword ah_encrypt_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
#define foreach_ah_encrypt_next
(constructor) VLIB_REGISTER_NODE (ah_encrypt_node)
Definition at line 59 of file ah_encrypt.c.