FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
clib_random_buffer_t Struct Reference
+ Collaboration diagram for clib_random_buffer_t:

Data Fields

isaac_t ctx [2]
 
uwordbuffer
 
uword n_cached_bytes
 
union {
   u8   cached_bytes [sizeof(uword)]
 
   uword   cached_word
 
}; 
 

Detailed Description

Definition at line 44 of file random_buffer.h.

Field Documentation

◆ @19

union { ... }

◆ buffer

uword* clib_random_buffer_t::buffer

Definition at line 50 of file random_buffer.h.

◆ cached_bytes

u8 clib_random_buffer_t::cached_bytes[sizeof(uword)]

Definition at line 58 of file random_buffer.h.

◆ cached_word

uword clib_random_buffer_t::cached_word

Definition at line 59 of file random_buffer.h.

◆ ctx

isaac_t clib_random_buffer_t::ctx[2]

Definition at line 47 of file random_buffer.h.

◆ n_cached_bytes

uword clib_random_buffer_t::n_cached_bytes

Definition at line 54 of file random_buffer.h.


The documentation for this struct was generated from the following file: