FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
tls_cxt_id_ Struct Reference

Data Fields

union {
   session_handle_t   app_session_handle
 
   u32   parent_app_api_ctx
 
}; 
 
session_handle_t tls_session_handle
 
u32 parent_app_wrk_index
 
u32 ssl_ctx
 
u32 listener_ctx_index
 
u8 tcp_is_ip4
 
u8 tls_engine_id
 

Detailed Description

Definition at line 40 of file tls.h.

Field Documentation

◆ @469

union { ... }

◆ app_session_handle

session_handle_t tls_cxt_id_::app_session_handle

Definition at line 43 of file tls.h.

◆ listener_ctx_index

u32 tls_cxt_id_::listener_ctx_index

Definition at line 49 of file tls.h.

◆ parent_app_api_ctx

u32 tls_cxt_id_::parent_app_api_ctx

Definition at line 44 of file tls.h.

◆ parent_app_wrk_index

u32 tls_cxt_id_::parent_app_wrk_index

Definition at line 47 of file tls.h.

◆ ssl_ctx

u32 tls_cxt_id_::ssl_ctx

Definition at line 48 of file tls.h.

◆ tcp_is_ip4

u8 tls_cxt_id_::tcp_is_ip4

Definition at line 50 of file tls.h.

◆ tls_engine_id

u8 tls_cxt_id_::tls_engine_id

Definition at line 51 of file tls.h.

◆ tls_session_handle

session_handle_t tls_cxt_id_::tls_session_handle

Definition at line 46 of file tls.h.


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