![]() |
FD.io VPP
v16.06
Vector Packet Processing
|
Include dependency graph for random_buffer.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | clib_random_buffer_t |
Functions | |
| always_inline void | clib_random_buffer_free (clib_random_buffer_t *b) |
| void | clib_random_buffer_fill (clib_random_buffer_t *b, uword n_words) |
| void | clib_random_buffer_init (clib_random_buffer_t *b, uword seed) |
| always_inline void * | clib_random_buffer_get_data (clib_random_buffer_t *b, uword n_bytes) |
| void clib_random_buffer_fill | ( | clib_random_buffer_t * | b, |
| uword | n_words | ||
| ) |
Definition at line 41 of file random_buffer.c.
Here is the call graph for this function:
Here is the caller graph for this function:| always_inline void clib_random_buffer_free | ( | clib_random_buffer_t * | b | ) |
| always_inline void* clib_random_buffer_get_data | ( | clib_random_buffer_t * | b, |
| uword | n_bytes | ||
| ) |
Definition at line 75 of file random_buffer.h.
Here is the call graph for this function:
Here is the caller graph for this function:| void clib_random_buffer_init | ( | clib_random_buffer_t * | b, |
| uword | seed | ||
| ) |
Definition at line 58 of file random_buffer.c.
Here is the call graph for this function:
Here is the caller graph for this function: