FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | export_trace_t |
Macros | |
#define | foreach_export_error _(RECORDED, "Packets recorded for export") |
Enumerations | |
enum | export_error_t { EXPORT_N_ERROR, EXPORT_N_ERROR, EXPORT_N_ERROR } |
enum | export_next_t { EXPORT_NEXT_POP_HBYH, EXPORT_N_NEXT, EXPORT_NEXT_VXLAN_GPE_INPUT, EXPORT_N_NEXT, EXPORT_NEXT_NSH_MD2_IOAM_INPUT, EXPORT_N_NEXT } |
Functions | |
static u8 * | format_export_trace (u8 *s, va_list *args) |
static void | copy3cachelines (void *dst, const void *src, size_t n) |
static void | nsh_md2_ioam_export_fixup_func (vlib_buffer_t *export_buf, vlib_buffer_t *pak_buf) |
static uword | nsh_md2_ioam_export_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
Variables | |
ioam_export_main_t | nsh_md2_ioam_export_main |
vlib_node_registration_t | export_node |
(constructor) VLIB_REGISTER_NODE (export_node) More... | |
vlib_node_registration_t | nsh_md2_ioam_export_node |
(constructor) VLIB_REGISTER_NODE (nsh_md2_ioam_export_node) More... | |
static char * | export_error_strings [] |
#define foreach_export_error _(RECORDED, "Packets recorded for export") |
Definition at line 47 of file nsh_md2_ioam_node.c.
enum export_error_t |
Enumerator | |
---|---|
EXPORT_N_ERROR | |
EXPORT_N_ERROR | |
EXPORT_N_ERROR |
Definition at line 50 of file nsh_md2_ioam_node.c.
enum export_next_t |
Enumerator | |
---|---|
EXPORT_NEXT_POP_HBYH | |
EXPORT_N_NEXT | |
EXPORT_NEXT_VXLAN_GPE_INPUT | |
EXPORT_N_NEXT | |
EXPORT_NEXT_NSH_MD2_IOAM_INPUT | |
EXPORT_N_NEXT |
Definition at line 64 of file nsh_md2_ioam_node.c.
|
inlinestatic |
Definition at line 71 of file nsh_md2_ioam_node.c.
Definition at line 34 of file nsh_md2_ioam_node.c.
|
static |
|
static |
|
static |
Definition at line 58 of file nsh_md2_ioam_node.c.
vlib_node_registration_t export_node |
(constructor) VLIB_REGISTER_NODE (export_node)
Definition at line 31 of file nsh_md2_ioam_node.c.
ioam_export_main_t nsh_md2_ioam_export_main |
Definition at line 32 of file nsh_md2_ioam_export.c.
vlib_node_registration_t nsh_md2_ioam_export_node |
(constructor) VLIB_REGISTER_NODE (nsh_md2_ioam_export_node)
Definition at line 45 of file nsh_md2_ioam_node.c.