FD.io VPP  v21.06
Vector Packet Processing
app_main_ Struct Reference
+ Collaboration diagram for app_main_:

Data Fields

application_tapp_pool
 Pool from which we allocate all applications. More...
 
uwordapp_by_api_client_index
 Hash table of apps by api client index. More...
 
uwordapp_by_name
 Hash table of builtin apps by name. More...
 
app_cert_key_pair_tcert_key_pair_store
 Pool from which we allocate certificates (key, cert) More...
 
crypto_engine_type_t last_crypto_engine
 
appsl_wrk_twrk
 App sublayer per-worker state. More...
 

Detailed Description

Definition at line 175 of file application.h.

Field Documentation

◆ app_by_api_client_index

uword* app_main_::app_by_api_client_index

Hash table of apps by api client index.

Definition at line 185 of file application.h.

◆ app_by_name

uword* app_main_::app_by_name

Hash table of builtin apps by name.

Definition at line 190 of file application.h.

◆ app_pool

application_t* app_main_::app_pool

Pool from which we allocate all applications.

Definition at line 180 of file application.h.

◆ cert_key_pair_store

app_cert_key_pair_t* app_main_::cert_key_pair_store

Pool from which we allocate certificates (key, cert)

Definition at line 195 of file application.h.

◆ last_crypto_engine

crypto_engine_type_t app_main_::last_crypto_engine

Definition at line 200 of file application.h.

◆ wrk

appsl_wrk_t* app_main_::wrk

App sublayer per-worker state.

Definition at line 205 of file application.h.


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