![]() |
FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Include dependency graph for serialize.c:Go to the source code of this file.
Macros | |
| #define | SERIALIZE_VECTOR_CHUNK_SIZE 64 |
| #define | foreach_serialize_heap_header_integer _ (head) _ (tail) _ (used_count) _ (max_len) _ (flags) _ (elt_bytes) |
| #define foreach_serialize_heap_header_integer _ (head) _ (tail) _ (used_count) _ (max_len) _ (flags) _ (elt_bytes) |
| #define SERIALIZE_VECTOR_CHUNK_SIZE 64 |
Definition at line 280 of file serialize.c.
|
static |
|
static |
| clib_error_t* serialize | ( | serialize_main_t * | m, |
| ... | |||
| ) |
Definition at line 672 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void serialize_16 | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
| void serialize_32 | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
| void serialize_64 | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
Definition at line 45 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void serialize_8 | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
| void serialize_bitmap | ( | serialize_main_t * | m, |
| uword * | b | ||
| ) |
| void serialize_close | ( | serialize_main_t * | m | ) |
Definition at line 870 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void* serialize_close_vector | ( | serialize_main_t * | m | ) |
Definition at line 919 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void serialize_cstring | ( | serialize_main_t * | m, |
| char * | s | ||
| ) |
Definition at line 164 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void serialize_f32 | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
| void serialize_f64 | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
| void serialize_heap | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
| void serialize_magic | ( | serialize_main_t * | m, |
| void * | magic, | ||
| u32 | magic_bytes | ||
| ) |
Definition at line 625 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void serialize_multiple_1 | ( | serialize_main_t * | m, |
| void * | data, | ||
| uword | data_stride, | ||
| uword | n_data | ||
| ) |
Definition at line 934 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void serialize_multiple_2 | ( | serialize_main_t * | m, |
| void * | data, | ||
| uword | data_stride, | ||
| uword | n_data | ||
| ) |
Definition at line 966 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void serialize_multiple_4 | ( | serialize_main_t * | m, |
| void * | data, | ||
| uword | data_stride, | ||
| uword | n_data | ||
| ) |
Definition at line 1003 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| clib_error_t* serialize_open_clib_file | ( | serialize_main_t * | m, |
| char * | file | ||
| ) |
Definition at line 1236 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void serialize_open_clib_file_descriptor | ( | serialize_main_t * | m, |
| int | fd | ||
| ) |
Definition at line 1209 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1192 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1221 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void serialize_open_data | ( | serialize_main_t * | m, |
| u8 * | data, | ||
| uword | n_data_bytes | ||
| ) |
Definition at line 883 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void serialize_open_vector | ( | serialize_main_t * | m, |
| u8 * | vector | ||
| ) |
Definition at line 909 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void serialize_pool | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
|
static |
|
static |
Definition at line 851 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void* serialize_read_write_not_inline | ( | serialize_main_header_t * | m, |
| serialize_stream_t * | s, | ||
| uword | n_bytes, | ||
| uword | flags | ||
| ) |
Definition at line 842 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void serialize_vec_8 | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
|
static |
Definition at line 484 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void serialize_vector | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
|
static |
Definition at line 897 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| clib_error_t* unserialize | ( | serialize_main_t * | m, |
| ... | |||
| ) |
Definition at line 684 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void unserialize_16 | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
| void unserialize_32 | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
| void unserialize_64 | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
Definition at line 77 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void unserialize_8 | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
| void unserialize_aligned_pool | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
| void unserialize_aligned_vector | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
| uword* unserialize_bitmap | ( | serialize_main_t * | m | ) |
| void unserialize_check_magic | ( | serialize_main_t * | m, |
| void * | magic, | ||
| u32 | magic_bytes | ||
| ) |
Definition at line 634 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void unserialize_close | ( | serialize_main_t * | m | ) |
Definition at line 877 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void unserialize_cstring | ( | serialize_main_t * | m, |
| char ** | s | ||
| ) |
Definition at line 178 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void unserialize_f32 | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
| void unserialize_f64 | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
| void unserialize_heap | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
| void unserialize_multiple_1 | ( | serialize_main_t * | m, |
| void * | data, | ||
| uword | data_stride, | ||
| uword | n_data | ||
| ) |
Definition at line 1040 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void unserialize_multiple_2 | ( | serialize_main_t * | m, |
| void * | data, | ||
| uword | data_stride, | ||
| uword | n_data | ||
| ) |
Definition at line 1072 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void unserialize_multiple_4 | ( | serialize_main_t * | m, |
| void * | data, | ||
| uword | data_stride, | ||
| uword | n_data | ||
| ) |
Definition at line 1109 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| clib_error_t* unserialize_open_clib_file | ( | serialize_main_t * | m, |
| char * | file | ||
| ) |
Definition at line 1242 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void unserialize_open_clib_file_descriptor | ( | serialize_main_t * | m, |
| int | fd | ||
| ) |
Definition at line 1215 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void unserialize_open_data | ( | serialize_main_t * | m, |
| u8 * | data, | ||
| uword | n_data_bytes | ||
| ) |
Definition at line 891 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void unserialize_pool | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
|
static |
Definition at line 434 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void unserialize_vec_8 | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
|
static |
Definition at line 497 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void unserialize_vector | ( | serialize_main_t * | m, |
| va_list * | va | ||
| ) |
| void* unserialize_vector_ha | ( | serialize_main_t * | m, |
| u32 | elt_bytes, | ||
| u32 | header_bytes, | ||
| u32 | align, | ||
| u32 | max_length, | ||
| serialize_function_t * | f | ||
| ) |
Definition at line 304 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function:| clib_error_t* va_serialize | ( | serialize_main_t * | sm, |
| va_list * | va | ||
| ) |
Definition at line 651 of file serialize.c.
Here is the call graph for this function:
Here is the caller graph for this function: