Go to the source code of this file.
|
static u8 * | format_ipsec_handoff_trace (u8 *s, va_list *args) |
|
static_always_inline uword | ipsec_handoff (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, u32 fq_index) |
|
VLIB_NODE_FN() | esp4_encrypt_handoff (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
VLIB_NODE_FN() | esp6_encrypt_handoff (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
VLIB_NODE_FN() | esp4_encrypt_tun_handoff (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
VLIB_NODE_FN() | esp6_encrypt_tun_handoff (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
return | ipsec_handoff (vm, node, from_frame, im->esp_mpls_enc_tun_fq_index) |
|
VLIB_NODE_FN() | esp4_decrypt_handoff (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
VLIB_NODE_FN() | esp6_decrypt_handoff (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
VLIB_NODE_FN() | esp4_decrypt_tun_handoff (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
VLIB_NODE_FN() | esp6_decrypt_tun_handoff (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
VLIB_NODE_FN() | ah4_encrypt_handoff (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
VLIB_NODE_FN() | ah6_encrypt_handoff (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
VLIB_NODE_FN() | ah4_decrypt_handoff (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
VLIB_NODE_FN() | ah6_decrypt_handoff (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
◆ foreach_ipsec_handoff_error
#define foreach_ipsec_handoff_error _(CONGESTION_DROP, "congestion drop") |
◆ ipsec_handoff_trace_t
◆ ipsec_handoff_error_t
Enumerator |
---|
HANDOFF_N_ERROR | |
NAT44_HANDOFF_N_ERROR | |
Definition at line 24 of file ipsec_handoff.c.
◆ ah4_decrypt_handoff()
◆ ah4_encrypt_handoff()
◆ ah6_decrypt_handoff()
◆ ah6_encrypt_handoff()
◆ esp4_decrypt_handoff()
◆ esp4_decrypt_tun_handoff()
◆ esp4_encrypt_handoff()
◆ esp4_encrypt_tun_handoff()
◆ esp6_decrypt_handoff()
◆ esp6_decrypt_tun_handoff()
◆ esp6_encrypt_handoff()
◆ esp6_encrypt_tun_handoff()
◆ format_ipsec_handoff_trace()
static u8* format_ipsec_handoff_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ ipsec_handoff() [1/2]
◆ ipsec_handoff() [2/2]
◆ ah4_decrypt_handoff
Initial value:= {
.name = "ah4-decrypt-handoff",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
(constructor) VLIB_REGISTER_NODE (ah4_decrypt_handoff)
Definition at line 395 of file ipsec_handoff.c.
◆ ah4_encrypt_handoff
Initial value:= {
.name = "ah4-encrypt-handoff",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
(constructor) VLIB_REGISTER_NODE (ah4_encrypt_handoff)
Definition at line 371 of file ipsec_handoff.c.
◆ ah6_decrypt_handoff
Initial value:= {
.name = "ah6-decrypt-handoff",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
(constructor) VLIB_REGISTER_NODE (ah6_decrypt_handoff)
Definition at line 407 of file ipsec_handoff.c.
◆ ah6_encrypt_handoff
Initial value:= {
.name = "ah6-encrypt-handoff",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
(constructor) VLIB_REGISTER_NODE (ah6_encrypt_handoff)
Definition at line 383 of file ipsec_handoff.c.
◆ esp4_decrypt_handoff
Initial value:= {
.name = "esp4-decrypt-handoff",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
(constructor) VLIB_REGISTER_NODE (esp4_decrypt_handoff)
Definition at line 323 of file ipsec_handoff.c.
◆ esp4_decrypt_tun_handoff
Initial value:= {
.name = "esp4-decrypt-tun-handoff",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
(constructor) VLIB_REGISTER_NODE (esp4_decrypt_tun_handoff)
Definition at line 347 of file ipsec_handoff.c.
◆ esp4_encrypt_handoff
Initial value:= {
.name = "esp4-encrypt-handoff",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
(constructor) VLIB_REGISTER_NODE (esp4_encrypt_handoff)
Definition at line 263 of file ipsec_handoff.c.
◆ esp4_encrypt_tun_handoff
Initial value:= {
.name = "esp4-encrypt-tun-handoff",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
(constructor) VLIB_REGISTER_NODE (esp4_encrypt_tun_handoff)
Definition at line 287 of file ipsec_handoff.c.
◆ esp6_decrypt_handoff
Initial value:= {
.name = "esp6-decrypt-handoff",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
(constructor) VLIB_REGISTER_NODE (esp6_decrypt_handoff)
Definition at line 335 of file ipsec_handoff.c.
◆ esp6_decrypt_tun_handoff
Initial value:= {
.name = "esp6-decrypt-tun-handoff",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
(constructor) VLIB_REGISTER_NODE (esp6_decrypt_tun_handoff)
Definition at line 359 of file ipsec_handoff.c.
◆ esp6_encrypt_handoff
Initial value:= {
.name = "esp6-encrypt-handoff",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
(constructor) VLIB_REGISTER_NODE (esp6_encrypt_handoff)
Definition at line 275 of file ipsec_handoff.c.
◆ esp6_encrypt_tun_handoff
Initial value:= {
.name = "esp6-encrypt-tun-handoff",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
(constructor) VLIB_REGISTER_NODE (esp6_encrypt_tun_handoff)
Definition at line 299 of file ipsec_handoff.c.
◆ esp_mpls_encrypt_tun_handoff
Initial value:= {
.name = "esp-mpls-encrypt-tun-handoff",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
(constructor) VLIB_REGISTER_NODE (esp_mpls_encrypt_tun_handoff)
Definition at line 311 of file ipsec_handoff.c.
◆ from_frame
◆ ipsec_handoff_error_strings
char* ipsec_handoff_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
Definition at line 32 of file ipsec_handoff.c.
◆ node
◆ vm