FD.io VPP  v21.06-1-gbb7418cf9
Vector Packet Processing
adj_midchain_node.c File Reference
+ Include dependency graph for adj_midchain_node.c:

Go to the source code of this file.

Data Structures

struct  adj_midchain_tx_trace_t_
 Trace data for packets traversing the midchain tx node. More...
 

Typedefs

typedef struct adj_midchain_tx_trace_t_ adj_midchain_tx_trace_t
 Trace data for packets traversing the midchain tx node. More...
 

Functions

static uword adj_midchain_tx_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, int interface_count)
 
static u8format_adj_midchain_tx_trace (u8 *s, va_list *args)
 
static uword adj_midchain_tx (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static uword adj_midchain_tx_no_count (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 

Variables

vlib_node_registration_t adj_midchain_tx_node
 (constructor) VLIB_REGISTER_NODE (adj_midchain_tx_node) More...
 
vlib_node_registration_t adj_midchain_tx_no_count_node
 (constructor) VLIB_REGISTER_NODE (adj_midchain_tx_no_count_node) More...
 

Typedef Documentation

◆ adj_midchain_tx_trace_t

Trace data for packets traversing the midchain tx node.

Function Documentation

◆ adj_midchain_tx()

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

Definition at line 206 of file adj_midchain_node.c.

+ Here is the call graph for this function:

◆ adj_midchain_tx_inline()

static uword adj_midchain_tx_inline ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame,
int  interface_count 
)
inlinestatic

Definition at line 31 of file adj_midchain_node.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ adj_midchain_tx_no_count()

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

Definition at line 227 of file adj_midchain_node.c.

+ Here is the call graph for this function:

◆ format_adj_midchain_tx_trace()

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

Definition at line 192 of file adj_midchain_node.c.

Variable Documentation

◆ adj_midchain_tx_no_count_node

vlib_node_registration_t adj_midchain_tx_no_count_node
Initial value:
= {
.name = "adj-midchain-tx-no-count",
.vector_size = sizeof (u32),
.sibling_of = "adj-midchain-tx",
}
unsigned int u32
Definition: types.h:88
static u8 * format_adj_midchain_tx_trace(u8 *s, va_list *args)
static uword adj_midchain_tx_no_count(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)

(constructor) VLIB_REGISTER_NODE (adj_midchain_tx_no_count_node)

Definition at line 234 of file adj_midchain_node.c.

◆ adj_midchain_tx_node

vlib_node_registration_t adj_midchain_tx_node
Initial value:
= {
.function = adj_midchain_tx,
.name = "adj-midchain-tx",
.vector_size = sizeof (u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
unsigned int u32
Definition: types.h:88
static uword adj_midchain_tx(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static u8 * format_adj_midchain_tx_trace(u8 *s, va_list *args)

(constructor) VLIB_REGISTER_NODE (adj_midchain_tx_node)

Definition at line 213 of file adj_midchain_node.c.