FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
Data Fields | |
isaac_t | ctx [2] |
uword * | buffer |
uword | n_cached_bytes |
union { | |
u8 cached_bytes [sizeof(uword)] | |
uword cached_word | |
}; | |
Definition at line 44 of file random_buffer.h.
union { ... } |
uword* clib_random_buffer_t::buffer |
Definition at line 50 of file random_buffer.h.
Definition at line 58 of file random_buffer.h.
uword clib_random_buffer_t::cached_word |
Definition at line 59 of file random_buffer.h.
isaac_t clib_random_buffer_t::ctx[2] |
Definition at line 47 of file random_buffer.h.
uword clib_random_buffer_t::n_cached_bytes |
Definition at line 54 of file random_buffer.h.