FD.io VPP  v18.01.1-37-g7ea3975
Vector Packet Processing
replication.c File Reference
+ Include dependency graph for replication.c:

Go to the source code of this file.

Functions

replication_context_treplication_prep (vlib_main_t *vm, vlib_buffer_t *b0, u32 recycle_node_index, u32 l2_packet)
 
replication_context_treplication_recycle (vlib_main_t *vm, vlib_buffer_t *b0, u32 is_last)
 
static void replication_recycle_callback (vlib_main_t *vm, vlib_buffer_free_list_t *fl)
 
clib_error_treplication_init (vlib_main_t *vm)
 

Variables

replication_main_t replication_main
 

Function Documentation

clib_error_t* replication_init ( vlib_main_t vm)

Definition at line 251 of file replication.c.

+ Here is the call graph for this function:

replication_context_t* replication_prep ( vlib_main_t vm,
vlib_buffer_t b0,
u32  recycle_node_index,
u32  l2_packet 
)

Definition at line 29 of file replication.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

replication_context_t* replication_recycle ( vlib_main_t vm,
vlib_buffer_t b0,
u32  is_last 
)

Definition at line 94 of file replication.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void replication_recycle_callback ( vlib_main_t vm,
vlib_buffer_free_list_t fl 
)
static

Definition at line 154 of file replication.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

replication_main_t replication_main

Definition at line 25 of file replication.c.