FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Data Fields | |
tls_ctx_t | ctx |
u32 | ptls_ctx_idx |
ptls_t * | tls |
u8 * | rx_content |
int | rx_offset |
int | rx_len |
ptls_buffer_t | read_buffer |
int | read_buffer_offset |
Definition at line 21 of file tls_picotls.h.
tls_ctx_t tls_ctx_picotls_::ctx |
Definition at line 23 of file tls_picotls.h.
u32 tls_ctx_picotls_::ptls_ctx_idx |
Definition at line 24 of file tls_picotls.h.
ptls_buffer_t tls_ctx_picotls_::read_buffer |
Definition at line 29 of file tls_picotls.h.
int tls_ctx_picotls_::read_buffer_offset |
Definition at line 30 of file tls_picotls.h.
u8* tls_ctx_picotls_::rx_content |
Definition at line 26 of file tls_picotls.h.
int tls_ctx_picotls_::rx_len |
Definition at line 28 of file tls_picotls.h.
int tls_ctx_picotls_::rx_offset |
Definition at line 27 of file tls_picotls.h.
ptls_t* tls_ctx_picotls_::tls |
Definition at line 25 of file tls_picotls.h.