Go to the source code of this file.
|
enum | ip_vxan_bypass_next_t {
IP_GENEVE_BYPASS_NEXT_DROP,
IP_GENEVE_BYPASS_NEXT_GENEVE,
IP_GENEVE_BYPASS_N_NEXT,
IP_VXLAN_BYPASS_NEXT_DROP,
IP_VXLAN_BYPASS_NEXT_VXLAN,
IP_VXLAN_BYPASS_N_NEXT,
IP_VXLAN_BYPASS_NEXT_DROP,
IP_VXLAN_BYPASS_NEXT_VXLAN,
IP_VXLAN_BYPASS_N_NEXT,
IP_GTPU_BYPASS_NEXT_DROP,
IP_GTPU_BYPASS_NEXT_GTPU,
IP_GTPU_BYPASS_N_NEXT
} |
|
|
static u8 * | format_geneve_rx_trace (u8 *s, va_list *args) |
|
static u32 | validate_geneve_fib (vlib_buffer_t *b, geneve_tunnel_t *t, u32 is_ip4) |
|
static uword | geneve_input (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, u32 is_ip4) |
|
static uword | geneve4_input (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
static uword | geneve6_input (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
static uword | ip_geneve_bypass_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, u32 is_ip4) |
|
static uword | ip4_geneve_bypass (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
clib_error_t * | ip4_geneve_bypass_init (vlib_main_t *vm) |
|
static uword | ip6_geneve_bypass (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
clib_error_t * | ip6_geneve_bypass_init (vlib_main_t *vm) |
|
#define geneve_error |
( |
|
n, |
|
|
|
s |
|
) |
| s, |
Enumerator |
---|
IP_GENEVE_BYPASS_NEXT_DROP |
|
IP_GENEVE_BYPASS_NEXT_GENEVE |
|
IP_GENEVE_BYPASS_N_NEXT |
|
IP_VXLAN_BYPASS_NEXT_DROP |
|
IP_VXLAN_BYPASS_NEXT_VXLAN |
|
IP_VXLAN_BYPASS_N_NEXT |
|
IP_VXLAN_BYPASS_NEXT_DROP |
|
IP_VXLAN_BYPASS_NEXT_VXLAN |
|
IP_VXLAN_BYPASS_N_NEXT |
|
IP_GTPU_BYPASS_NEXT_DROP |
|
IP_GTPU_BYPASS_NEXT_GTPU |
|
IP_GTPU_BYPASS_N_NEXT |
|
Definition at line 864 of file decap.c.
static u8* format_geneve_rx_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
Initial value:= {
.name = "geneve4-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
static char * geneve_error_strings[]
#define foreach_geneve_input_next
static u8 * format_geneve_rx_trace(u8 *s, va_list *args)
static uword geneve4_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
(constructor) VLIB_REGISTER_NODE (geneve4_input_node)
Definition at line 20 of file decap.c.
Initial value:= {
.name = "geneve6-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
static char * geneve_error_strings[]
#define foreach_geneve_input_next
static uword geneve6_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
static u8 * format_geneve_rx_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (geneve6_input_node)
Definition at line 21 of file decap.c.
char* geneve_error_strings[] |
|
static |
Initial value:= {
#define geneve_error(n,s)
}
Definition at line 814 of file decap.c.
Initial value:=
{
{
static uword ip4_geneve_bypass(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
u8 * format_ip4_forward_next_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (ip4_geneve_bypass_node)
Definition at line 1278 of file decap.c.
Initial value:=
{
{
static uword ip6_geneve_bypass(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
u8 * format_ip6_forward_next_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (ip6_geneve_bypass_node)
Definition at line 1306 of file decap.c.