Go to the source code of this file.
|
clib_error_t * | ipsec_add_del_sa_sess_cb (ipsec_main_t *im, u32 sa_index, u8 is_add) |
|
clib_error_t * | ipsec_check_support_cb (ipsec_main_t *im, ipsec_sa_t *sa) |
|
u8 * | format_ipsec_replay_window (u8 *s, va_list *args) |
|
static_always_inline u32 | get_next_output_feature_node_index (vlib_buffer_t *b, vlib_node_runtime_t *nr) |
|
u32 | ipsec_register_ah_backend (vlib_main_t *vm, ipsec_main_t *im, const char *name, const char *ah4_encrypt_node_name, const char *ah4_decrypt_node_name, const char *ah6_encrypt_node_name, const char *ah6_decrypt_node_name, check_support_cb_t ah_check_support_cb, add_del_sa_sess_cb_t ah_add_del_sa_sess_cb) |
|
u32 | ipsec_register_esp_backend (vlib_main_t *vm, ipsec_main_t *im, const char *name, const char *esp4_encrypt_node_name, const char *esp4_encrypt_tun_node_name, const char *esp4_decrypt_node_name, const char *esp4_decrypt_tun_node_name, const char *esp6_encrypt_node_name, const char *esp6_encrypt_tun_node_name, const char *esp6_decrypt_node_name, const char *esp6_decrypt_tun_node_name, check_support_cb_t esp_check_support_cb, add_del_sa_sess_cb_t esp_add_del_sa_sess_cb) |
|
int | ipsec_select_ah_backend (ipsec_main_t *im, u32 ah_backend_idx) |
|
int | ipsec_select_esp_backend (ipsec_main_t *im, u32 esp_backend_idx) |
|
clib_error_t * | ipsec_rsc_in_use (ipsec_main_t *im) |
|
static ipsec_sa_t * | ipsec_sa_get (u32 sa_index) |
|
void | ipsec_add_feature (const char *arc_name, const char *node_name, u32 *out_feature_index) |
|
◆ add_del_sa_sess_cb_t
◆ check_support_cb_t
◆ ipsec_format_flags_t
◆ ipsec_format_flags_t_
Enumerator |
---|
IPSEC_FORMAT_BRIEF | |
IPSEC_FORMAT_DETAIL | |
IPSEC_FORMAT_INSECURE | |
Definition at line 195 of file ipsec.h.
◆ format_ipsec_replay_window()
u8* format_ipsec_replay_window |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ get_next_output_feature_node_index()
◆ ipsec_add_del_sa_sess_cb()
◆ ipsec_add_feature()
void ipsec_add_feature |
( |
const char * |
arc_name, |
|
|
const char * |
node_name, |
|
|
u32 * |
out_feature_index |
|
) |
| |
◆ ipsec_check_support_cb()
◆ ipsec_register_ah_backend()
◆ ipsec_register_esp_backend()
u32 ipsec_register_esp_backend |
( |
vlib_main_t * |
vm, |
|
|
ipsec_main_t * |
im, |
|
|
const char * |
name, |
|
|
const char * |
esp4_encrypt_node_name, |
|
|
const char * |
esp4_encrypt_tun_node_name, |
|
|
const char * |
esp4_decrypt_node_name, |
|
|
const char * |
esp4_decrypt_tun_node_name, |
|
|
const char * |
esp6_encrypt_node_name, |
|
|
const char * |
esp6_encrypt_tun_node_name, |
|
|
const char * |
esp6_decrypt_node_name, |
|
|
const char * |
esp6_decrypt_tun_node_name, |
|
|
check_support_cb_t |
esp_check_support_cb, |
|
|
add_del_sa_sess_cb_t |
esp_add_del_sa_sess_cb |
|
) |
| |
◆ ipsec_rsc_in_use()
◆ ipsec_sa_get()
◆ ipsec_select_ah_backend()
◆ ipsec_select_esp_backend()
◆ ah4_decrypt_node
(constructor) VLIB_REGISTER_NODE (ah4_decrypt_node)
Definition at line 429 of file ah_decrypt.c.
◆ ah4_encrypt_node
(constructor) VLIB_REGISTER_NODE (ah4_encrypt_node)
Definition at line 426 of file ah_encrypt.c.
◆ ah6_decrypt_node
(constructor) VLIB_REGISTER_NODE (ah6_decrypt_node)
Definition at line 456 of file ah_decrypt.c.
◆ ah6_encrypt_node
(constructor) VLIB_REGISTER_NODE (ah6_encrypt_node)
Definition at line 452 of file ah_encrypt.c.
◆ esp4_decrypt_node
(constructor) VLIB_REGISTER_NODE (esp4_decrypt_node)
Definition at line 654 of file esp_decrypt.c.
◆ esp4_decrypt_tun_node
(constructor) VLIB_REGISTER_NODE (esp4_decrypt_tun_node)
Definition at line 692 of file esp_decrypt.c.
◆ esp4_encrypt_node
(constructor) VLIB_REGISTER_NODE (esp4_encrypt_node)
Definition at line 593 of file esp_encrypt.c.
◆ esp4_encrypt_tun_node
(constructor) VLIB_REGISTER_NODE (esp4_encrypt_tun_node)
Definition at line 645 of file esp_encrypt.c.
◆ esp6_decrypt_node
(constructor) VLIB_REGISTER_NODE (esp6_decrypt_node)
Definition at line 673 of file esp_decrypt.c.
◆ esp6_decrypt_tun_node
(constructor) VLIB_REGISTER_NODE (esp6_decrypt_tun_node)
Definition at line 709 of file esp_decrypt.c.
◆ esp6_encrypt_node
(constructor) VLIB_REGISTER_NODE (esp6_encrypt_node)
Definition at line 619 of file esp_encrypt.c.
◆ esp6_encrypt_tun_node
(constructor) VLIB_REGISTER_NODE (esp6_encrypt_tun_node)
Definition at line 692 of file esp_encrypt.c.
◆ ipsec4_if_input_node
◆ ipsec6_if_input_node
◆ ipsec_main