FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Data Fields | |
u32(* | ctx_alloc )(void) |
void(* | ctx_free )(tls_ctx_t *ctx) |
tls_ctx_t *(* | ctx_get )(u32 ctx_index) |
tls_ctx_t *(* | ctx_get_w_thread )(u32 ctx_index, u8 thread_index) |
int(* | ctx_init_client )(tls_ctx_t *ctx) |
int(* | ctx_init_server )(tls_ctx_t *ctx) |
int(* | ctx_read )(tls_ctx_t *ctx, session_t *tls_session) |
int(* | ctx_write )(tls_ctx_t *ctx, session_t *app_session, transport_send_params_t *sp) |
u8(* | ctx_handshake_is_over )(tls_ctx_t *ctx) |
int(* | ctx_start_listen )(tls_ctx_t *ctx) |
int(* | ctx_stop_listen )(tls_ctx_t *ctx) |
int(* | ctx_transport_close )(tls_ctx_t *ctx) |
int(* | ctx_app_close )(tls_ctx_t *ctx) |
int(* tls_engine_vft_::ctx_write) (tls_ctx_t *ctx, session_t *app_session, transport_send_params_t *sp) |