FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
bier_drop.c File Reference
+ Include dependency graph for bier_drop.c:

Go to the source code of this file.

Data Structures

struct  bier_drop_trace_t_
 

Typedefs

typedef struct bier_drop_trace_t_ bier_drop_trace_t
 

Functions

static void bier_drop_trace (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static uword bier_drop (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static u8format_bier_drop_trace (u8 *s, va_list *args)
 

Variables

static vlib_node_registration_t bier_drop_node
 (constructor) VLIB_REGISTER_NODE (bier_drop_node) More...
 

Typedef Documentation

Function Documentation

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

Definition at line 58 of file bier_drop.c.

+ Here is the call graph for this function:

static void bier_drop_trace ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
static

Definition at line 28 of file bier_drop.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 79 of file bier_drop.c.

+ Here is the call graph for this function:

Variable Documentation

vlib_node_registration_t bier_drop_node
static
Initial value:
=
{
.function = bier_drop,
.name = "bier-drop",
.vector_size = sizeof (u32),
.format_trace = format_bier_drop_trace,
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
unsigned int u32
Definition: types.h:88
static uword bier_drop(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: bier_drop.c:58
static u8 * format_bier_drop_trace(u8 *s, va_list *args)
Definition: bier_drop.c:79

(constructor) VLIB_REGISTER_NODE (bier_drop_node)

Definition at line 90 of file bier_drop.c.