Go to the source code of this file.
|
typedef | CLIB_PACKED (struct { union { struct { ip6_address_t src;ip6_address_t dst;u16 sport;u16 dport;u8 proto;};u64 as_u64[6];};}) ct6_session_key_t |
|
ct6_session_t * | ct6_create_or_recycle_session (ct6_main_t *cmp, clib_bihash_kv_48_8_t *kvpp, f64 now, u32 my_thread_index, u32 *recyclep, u32 *createp) |
|
static void | ct6_lru_remove (ct6_main_t *cmp, ct6_session_t *s0) |
|
static void | ct6_lru_add (ct6_main_t *cmp, ct6_session_t *s0, f64 now) |
|
static void | ct6_update_session_hit (ct6_main_t *cmp, ct6_session_t *s0, f64 now) |
|
◆ CLIB_PACKED()
◆ ct6_create_or_recycle_session()
◆ ct6_lru_add()
◆ ct6_lru_remove()
Definition at line 97 of file ct6.h.
◆ ct6_update_session_hit()
◆ ct6_in2out_node
Initial value:=
{
.name = "ct6-in2out",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static char * ct6_in2out_error_strings[]
vl_api_fib_path_type_t type
static u8 * format_ct6_in2out_trace(u8 *s, va_list *args)
uword unformat_ethernet_header(unformat_input_t *input, va_list *args)
(constructor) VLIB_REGISTER_NODE (ct6_in2out_node)
Definition at line 350 of file ct6_in2out.c.
◆ ct6_main
Definition at line 53 of file ct6.c.
◆ ct6_out2in_node
Initial value:=
{
.name = "ct6-out2in",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static char * ct6_out2in_error_strings[]
vl_api_fib_path_type_t type
static u8 * format_ct6_out2in_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (ct6_out2in_node)
Definition at line 252 of file ct6_out2in.c.
◆ format_ct6_session
Definition at line 89 of file ct6.h.