FD.io VPP
v20.01-48-g3e0dafb74
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 |
Definition at line 10 of file tls_picotls.h.
tls_ctx_t tls_ctx_picotls_::ctx |
Definition at line 12 of file tls_picotls.h.
u32 tls_ctx_picotls_::ptls_ctx_idx |
Definition at line 13 of file tls_picotls.h.
u8* tls_ctx_picotls_::rx_content |
Definition at line 15 of file tls_picotls.h.
int tls_ctx_picotls_::rx_len |
Definition at line 17 of file tls_picotls.h.
int tls_ctx_picotls_::rx_offset |
Definition at line 16 of file tls_picotls.h.
ptls_t* tls_ctx_picotls_::tls |
Definition at line 14 of file tls_picotls.h.