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_gtpu_rx_trace (u8 *s, va_list *args) |
|
static u32 | validate_gtpu_fib (vlib_buffer_t *b, gtpu_tunnel_t *t, u32 is_ip4) |
|
static uword | gtpu_input (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, u32 is_ip4) |
|
static uword | gtpu4_input (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
static uword | gtpu6_input (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
static uword | ip_gtpu_bypass_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, u32 is_ip4) |
|
static uword | ip4_gtpu_bypass (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
clib_error_t * | ip4_gtpu_bypass_init (vlib_main_t *vm) |
|
static uword | ip6_gtpu_bypass (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
clib_error_t * | ip6_gtpu_bypass_init (vlib_main_t *vm) |
|
#define gtpu_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 857 of file gtpu_decap.c.
static u8* format_gtpu_rx_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
Initial value:= {
.name = "gtpu4-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
static u8 * format_gtpu_rx_trace(u8 *s, va_list *args)
static char * gtpu_error_strings[]
static uword gtpu4_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
#define foreach_gtpu_input_next
(constructor) VLIB_REGISTER_NODE (gtpu4_input_node)
Definition at line 22 of file gtpu_decap.c.
Initial value:= {
.name = "gtpu6-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
static u8 * format_gtpu_rx_trace(u8 *s, va_list *args)
static uword gtpu6_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
static char * gtpu_error_strings[]
#define foreach_gtpu_input_next
(constructor) VLIB_REGISTER_NODE (gtpu6_input_node)
Definition at line 23 of file gtpu_decap.c.
char* gtpu_error_strings[] |
|
static |
Initial value:= {
#define gtpu_error(n,s)
}
Definition at line 803 of file gtpu_decap.c.
Initial value:= {
.name = "ip4-gtpu-bypass",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
u8 * format_ip4_forward_next_trace(u8 *s, va_list *args)
static uword ip4_gtpu_bypass(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
(constructor) VLIB_REGISTER_NODE (ip4_gtpu_bypass_node)
Definition at line 1253 of file gtpu_decap.c.
Initial value:= {
.name = "ip6-gtpu-bypass",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static uword ip6_gtpu_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_gtpu_bypass_node)
Definition at line 1284 of file gtpu_decap.c.