Go to the source code of this file.
|
static u8 * | format_ah_encrypt_trace (u8 *s, va_list *args) |
|
static_always_inline void | ah_process_ops (vlib_main_t *vm, vlib_node_runtime_t *node, vnet_crypto_op_t *ops, vlib_buffer_t *b[], u16 *nexts) |
|
static uword | ah_encrypt_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, int is_ip6) |
|
VLIB_NODE_FN() | ah4_encrypt_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
VLIB_NODE_FN() | ah6_encrypt_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
◆ foreach_ah_encrypt_error
#define foreach_ah_encrypt_error |
Value:_(RX_PKTS, "AH pkts received") \
_(CRYPTO_ENGINE_ERROR, "crypto engine error (packet dropped)") \
_(SEQ_CYCLED, "sequence number cycled")
Definition at line 40 of file ah_encrypt.c.
◆ foreach_ah_encrypt_next
#define foreach_ah_encrypt_next |
Value: _ (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 33 of file ah_encrypt.c.
◆ ah4_encrypt_node()
◆ ah6_encrypt_node()
◆ ah_encrypt_inline()
◆ ah_process_ops()
◆ 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 = {
[AH_ENCRYPT_NEXT_DROP] = "ip4-drop",
[AH_ENCRYPT_NEXT_HANDOFF] = "ah4-encrypt-handoff",
[AH_ENCRYPT_NEXT_INTERFACE_OUTPUT] = "interface-output",
},
}
vl_api_fib_path_type_t type
static u8 * format_ah_encrypt_trace(u8 *s, va_list *args)
static char * ah_encrypt_error_strings[]
(constructor) VLIB_REGISTER_NODE (ah4_encrypt_node)
Definition at line 426 of file ah_encrypt.c.
◆ ah6_encrypt_node
Initial value:= {
.name = "ah6-encrypt",
.vector_size =
sizeof (
u32),
.next_nodes = {
[AH_ENCRYPT_NEXT_DROP] = "ip6-drop",
[AH_ENCRYPT_NEXT_HANDOFF] = "ah6-encrypt-handoff",
[AH_ENCRYPT_NEXT_INTERFACE_OUTPUT] = "interface-output",
},
}
vl_api_fib_path_type_t type
static u8 * format_ah_encrypt_trace(u8 *s, va_list *args)
static char * ah_encrypt_error_strings[]
(constructor) VLIB_REGISTER_NODE (ah6_encrypt_node)
Definition at line 452 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.