Go to the source code of this file.
|
static void | vxlan_gpe_decap_ioam_v4_two_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vxlan_gpe_main_t *ngm, vlib_buffer_t *b0, vlib_buffer_t *b1, u32 *next0, u32 *next1) |
|
static uword | vxlan_gpe_decap_ioam (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame, u8 is_ipv6) |
|
static uword | vxlan_gpe_decap_ioam_v4 (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
◆ foreach_vxlan_gpe_decap_ioam_v4_error
#define foreach_vxlan_gpe_decap_ioam_v4_error _(DECAPSULATED, "good packets decapsulated") |
◆ vxlan_gpe_decap_ioam_v4_error_t
Enumerator |
---|
VXLAN_GPE_DECAP_IOAM_V4_N_ERROR | |
Definition at line 36 of file ioam_decap.c.
◆ vxlan_gpe_decap_ioam()
◆ vxlan_gpe_decap_ioam_v4()
◆ vxlan_gpe_decap_ioam_v4_two_inline()
◆ vxlan_gpe_decap_ioam_v4_error_strings
char* vxlan_gpe_decap_ioam_v4_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_vxlan_gpe_decap_ioam_v4_error
Definition at line 30 of file ioam_decap.c.
◆ vxlan_gpe_decap_ioam_v4_node
Initial value:= {
.name = "vxlan-gpe-decap-ioam-v4",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static uword vxlan_gpe_decap_ioam_v4(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
static char * vxlan_gpe_decap_ioam_v4_error_strings[]
vl_api_fib_path_type_t type
static u8 * format_vxlan_gpe_ioam_v4_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (vxlan_gpe_decap_ioam_v4_node)
Definition at line 197 of file ioam_decap.c.