Go to the source code of this file.
◆ foreach_ct6_out2in_error
#define foreach_ct6_out2in_error |
Value:_(PROCESSED, "ct6 packets processed") \
_(NO_SESSION, "ct6 no session drops")
Definition at line 48 of file ct6_out2in.c.
◆ ct6_next_t
Enumerator |
---|
CT6_IN2OUT_NEXT_DROP | |
CT6_IN2OUT_N_NEXT | |
CT6_OUT2IN_NEXT_DROP | |
CT6_OUT2IN_N_NEXT | |
Definition at line 69 of file ct6_out2in.c.
◆ ct6_out2in_error_t
Enumerator |
---|
CT6_OUT2IN_N_ERROR | |
Definition at line 53 of file ct6_out2in.c.
◆ ct6_out2in_inline()
◆ ct6_out2in_node()
◆ format_ct6_out2in_trace()
static u8* format_ct6_out2in_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ ct6_out2in_error_strings
char* ct6_out2in_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
Definition at line 62 of file ct6_out2in.c.
◆ ct6_out2in_node
Initial value:=
{
.name = "ct6-out2in",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
(constructor) VLIB_REGISTER_NODE (ct6_out2in_node)
Definition at line 44 of file ct6_out2in.c.