Go to the source code of this file.
#define foreach_fixed_header4_offset _(0) _(1) _(2) _(3) |
#define foreach_fixed_header6_offset _(0) _(1) _(2) _(3) _(4) _(5) _(6) |
#define foreach_gtpu_encap_error _(ENCAPSULATED, "good packets encapsulated") |
Enumerator |
---|
GTPU_ENCAP_N_ERROR |
|
Definition at line 32 of file gtpu_encap.c.
Enumerator |
---|
GTPU_ENCAP_NEXT_DROP |
|
GTPU_ENCAP_N_NEXT |
|
Definition at line 39 of file gtpu_encap.c.
u8* format_gtpu_encap_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
Initial value:= {
.name = "gtpu4-encap",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static uword gtpu4_encap(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
u8 * format_gtpu_encap_trace(u8 *s, va_list *args)
static char * gtpu_encap_error_strings[]
(constructor) VLIB_REGISTER_NODE (gtpu4_encap_node)
Definition at line 529 of file gtpu_encap.c.
Initial value:= {
.name = "gtpu6-encap",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
u8 * format_gtpu_encap_trace(u8 *s, va_list *args)
static uword gtpu6_encap(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
static char * gtpu_encap_error_strings[]
(constructor) VLIB_REGISTER_NODE (gtpu6_encap_node)
Definition at line 545 of file gtpu_encap.c.
char* gtpu_encap_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_gtpu_encap_error
Definition at line 26 of file gtpu_encap.c.