FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | bier_lookup_main_t_ |
Struct maintaining the per-worker thread data for BIER lookups. More... | |
struct | bier_lookup_trace_t_ |
Packet trace record for a BIER lookup. More... | |
Macros | |
#define | bier_error(n, s) s, |
#define | foreach_bier_lookup_next |
#define | bier_error(n, s) BIER_LOOKUP_ERROR_##n, |
Typedefs | |
typedef struct bier_lookup_main_t_ | bier_lookup_main_t |
Struct maintaining the per-worker thread data for BIER lookups. More... | |
typedef struct bier_lookup_trace_t_ | bier_lookup_trace_t |
Packet trace record for a BIER lookup. More... | |
Enumerations | |
enum | bier_lookup_next_t { BIER_LOOKUP_N_NEXT } |
enum | bier_lookup_error_t { BIER_LOOKUP_N_ERROR } |
Functions | |
static uword | bier_lookup (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
static u8 * | format_bier_lookup_trace (u8 *s, va_list *args) |
clib_error_t * | bier_lookup_module_init (vlib_main_t *vm) |
Variables | |
static bier_lookup_main_t | bier_lookup_main |
Single instance of the lookup main. More... | |
static char * | bier_lookup_error_strings [] |
vlib_node_registration_t | bier_lookup_node |
(constructor) VLIB_REGISTER_NODE (bier_lookup_node) More... | |
#define bier_error | ( | n, | |
s | |||
) | s, |
Definition at line 61 of file bier_lookup.c.
#define bier_error | ( | n, | |
s | |||
) | BIER_LOOKUP_ERROR_##n, |
Definition at line 61 of file bier_lookup.c.
#define foreach_bier_lookup_next |
Definition at line 49 of file bier_lookup.c.
typedef struct bier_lookup_main_t_ bier_lookup_main_t |
Struct maintaining the per-worker thread data for BIER lookups.
typedef struct bier_lookup_trace_t_ bier_lookup_trace_t |
Packet trace record for a BIER lookup.
enum bier_lookup_error_t |
Enumerator | |
---|---|
BIER_LOOKUP_N_ERROR |
Definition at line 60 of file bier_lookup.c.
enum bier_lookup_next_t |
Enumerator | |
---|---|
BIER_LOOKUP_N_NEXT |
Definition at line 53 of file bier_lookup.c.
|
static |
clib_error_t* bier_lookup_module_init | ( | vlib_main_t * | vm | ) |
Definition at line 316 of file bier_lookup.c.
|
static |
Definition at line 40 of file bier_lookup.c.
|
static |
Single instance of the lookup main.
Definition at line 38 of file bier_lookup.c.
vlib_node_registration_t bier_lookup_node |
(constructor) VLIB_REGISTER_NODE (bier_lookup_node)
Definition at line 67 of file bier_lookup.c.