FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
bier_disp_dispatch_node.c File Reference
+ Include dependency graph for bier_disp_dispatch_node.c:

Go to the source code of this file.

Data Structures

struct  bier_disp_dispatch_trace_t_
 A struct to hold tracing information for the MPLS label imposition node. More...
 

Typedefs

typedef struct bier_disp_dispatch_trace_t_ bier_disp_dispatch_trace_t
 A struct to hold tracing information for the MPLS label imposition node. More...
 

Functions

static uword bier_disp_dispatch_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
 
static u8format_bier_disp_dispatch_trace (u8 *s, va_list *args)
 
static uword bier_disp_dispatch (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 

Variables

vlib_node_registration_t bier_disp_dispatch_node
 (constructor) VLIB_REGISTER_NODE (bier_disp_dispatch_node) More...
 

Typedef Documentation

A struct to hold tracing information for the MPLS label imposition node.

Function Documentation

static uword bier_disp_dispatch ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
static

Definition at line 132 of file bier_disp_dispatch_node.c.

+ Here is the call graph for this function:

static uword bier_disp_dispatch_inline ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t from_frame 
)
inlinestatic

Definition at line 37 of file bier_disp_dispatch_node.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u8* format_bier_disp_dispatch_trace ( u8 s,
va_list *  args 
)
static

Definition at line 119 of file bier_disp_dispatch_node.c.

+ Here is the call graph for this function:

Variable Documentation

vlib_node_registration_t bier_disp_dispatch_node
Initial value:
= {
.function = bier_disp_dispatch,
.name = "bier-disp-dispatch",
.vector_size = sizeof (u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "bier-drop",
}
}
static u8 * format_bier_disp_dispatch_trace(u8 *s, va_list *args)
static uword bier_disp_dispatch(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
unsigned int u32
Definition: types.h:88

(constructor) VLIB_REGISTER_NODE (bier_disp_dispatch_node)

Definition at line 139 of file bier_disp_dispatch_node.c.