Go to the source code of this file.
◆ foreach_ah_encrypt_error
#define foreach_ah_encrypt_error |
Value:_(RX_PKTS, "AH pkts received") \
_(SEQ_CYCLED, "sequence number cycled")
Definition at line 41 of file ah_encrypt.c.
◆ foreach_ah_encrypt_next
#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.
◆ ah_encrypt_error_t
Enumerator |
---|
AH_ENCRYPT_N_ERROR | |
Definition at line 46 of file ah_encrypt.c.
◆ ah_encrypt_next_t
Enumerator |
---|
AH_ENCRYPT_N_NEXT | |
Definition at line 34 of file ah_encrypt.c.
◆ ah4_encrypt_node()
◆ ah6_encrypt_node()
◆ ah_encrypt_inline()
◆ format_ah_encrypt_trace()
static u8* format_ah_encrypt_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ ah4_encrypt_node
Initial value:= {
.name = "ah4-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[]
#define foreach_ah_encrypt_next
(constructor) VLIB_REGISTER_NODE (ah4_encrypt_node)
Definition at line 326 of file ah_encrypt.c.
◆ ah6_encrypt_node
Initial value:= {
.name = "ah6-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[]
#define foreach_ah_encrypt_next
(constructor) VLIB_REGISTER_NODE (ah6_encrypt_node)
Definition at line 352 of file ah_encrypt.c.
◆ ah_encrypt_error_strings
char* ah_encrypt_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_ah_encrypt_error
Definition at line 54 of file ah_encrypt.c.