![]() |
FD.io VPP
v20.05-21-gb1500e9ff
Vector Packet Processing
|
Collaboration diagram for clib_random_buffer_t:Data Fields | |
| isaac_t | ctx [2] |
| uword * | buffer |
| uword | n_cached_bytes |
| union { | |
| u8 cached_bytes [sizeof(uword)] | |
| uword cached_word | |
| }; | |
Definition at line 49 of file random_buffer.h.
| union { ... } |
| uword* clib_random_buffer_t::buffer |
Definition at line 55 of file random_buffer.h.
Definition at line 63 of file random_buffer.h.
| uword clib_random_buffer_t::cached_word |
Definition at line 64 of file random_buffer.h.
| isaac_t clib_random_buffer_t::ctx[2] |
Definition at line 52 of file random_buffer.h.
| uword clib_random_buffer_t::n_cached_bytes |
Definition at line 59 of file random_buffer.h.