Go to the source code of this file.
|
static u8 * | format_lisp_gpe_rx_trace (u8 *s, va_list *args) |
|
static u32 | next_protocol_to_next_index (lisp_gpe_header_t *lgh, u8 *next_header) |
|
static tunnel_lookup_t * | next_index_to_iface (lisp_gpe_main_t *lgm, u32 next_index) |
|
static_always_inline void | incr_decap_stats (vnet_main_t *vnm, u32 cpu_index, u32 length, u32 sw_if_index, u32 *last_sw_if_index, u32 *n_packets, u32 *n_bytes) |
|
static uword | lisp_gpe_input_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, u8 is_v4) |
|
static uword | lisp_gpe_ip4_input (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
static uword | lisp_gpe_ip6_input (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
#define lisp_gpe_error |
( |
|
n, |
|
|
|
s |
|
) |
| s, |
static u8* format_lisp_gpe_rx_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
char* lisp_gpe_ip4_input_error_strings[] |
|
static |
Initial value:= {
#define lisp_gpe_error(n,s)
}
#define lisp_gpe_error(n, s)
Definition at line 425 of file decap.c.
Initial value:= {
.name = "lisp-gpe-ip4-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
#define foreach_lisp_gpe_ip_input_next
static uword lisp_gpe_ip4_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
u8 * format_lisp_gpe_header_with_length(u8 *s, va_list *args)
static char * lisp_gpe_ip4_input_error_strings[]
static u8 * format_lisp_gpe_rx_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (lisp_gpe_ip4_input_node)
Definition at line 432 of file decap.c.
Initial value:= {
.name = "lisp-gpe-ip6-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
#define foreach_lisp_gpe_ip_input_next
static uword lisp_gpe_ip6_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
u8 * format_lisp_gpe_header_with_length(u8 *s, va_list *args)
static char * lisp_gpe_ip4_input_error_strings[]
static u8 * format_lisp_gpe_rx_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (lisp_gpe_ip6_input_node)
Definition at line 454 of file decap.c.
Initial value:= {
LISP_GPE_INPUT_NEXT_DROP,
LISP_GPE_INPUT_NEXT_IP4_INPUT,
LISP_GPE_INPUT_NEXT_IP6_INPUT,
LISP_GPE_INPUT_NEXT_L2_INPUT,
LISP_GPE_INPUT_NEXT_DROP
}
Definition at line 50 of file decap.c.