FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
buffer_serialize.c File Reference
+ Include dependency graph for buffer_serialize.c:

Go to the source code of this file.

Functions

static void vlib_serialize_tx (serialize_main_header_t *m, serialize_stream_t *s)
 
static void vlib_serialize_rx (serialize_main_header_t *m, serialize_stream_t *s)
 
static void serialize_open_vlib_helper (serialize_main_t *m, vlib_main_t *vm, vlib_serialize_buffer_main_t *sm, uword is_read)
 
void serialize_open_vlib_buffer (serialize_main_t *m, vlib_main_t *vm, vlib_serialize_buffer_main_t *sm)
 
void unserialize_open_vlib_buffer (serialize_main_t *m, vlib_main_t *vm, vlib_serialize_buffer_main_t *sm)
 
u32 serialize_close_vlib_buffer (serialize_main_t *m)
 
void unserialize_close_vlib_buffer (serialize_main_t *m)
 

Function Documentation

u32 serialize_close_vlib_buffer ( serialize_main_t m)

Definition at line 204 of file buffer_serialize.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void serialize_open_vlib_buffer ( serialize_main_t m,
vlib_main_t vm,
vlib_serialize_buffer_main_t sm 
)

Definition at line 190 of file buffer_serialize.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void serialize_open_vlib_helper ( serialize_main_t m,
vlib_main_t vm,
vlib_serialize_buffer_main_t sm,
uword  is_read 
)
static

Definition at line 166 of file buffer_serialize.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void unserialize_close_vlib_buffer ( serialize_main_t m)

Definition at line 229 of file buffer_serialize.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void unserialize_open_vlib_buffer ( serialize_main_t m,
vlib_main_t vm,
vlib_serialize_buffer_main_t sm 
)

Definition at line 197 of file buffer_serialize.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vlib_serialize_rx ( serialize_main_header_t m,
serialize_stream_t s 
)
static

Definition at line 115 of file buffer_serialize.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vlib_serialize_tx ( serialize_main_header_t m,
serialize_stream_t s 
)
static

Definition at line 43 of file buffer_serialize.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: