![]() |
FD.io VPP
v21.06-1-gbb7418cf9
Vector Packet Processing
|
Collaboration diagram for app_main_:Data Fields | |
| application_t * | app_pool |
| Pool from which we allocate all applications. More... | |
| uword * | app_by_api_client_index |
| Hash table of apps by api client index. More... | |
| uword * | app_by_name |
| Hash table of builtin apps by name. More... | |
| app_cert_key_pair_t * | cert_key_pair_store |
| Pool from which we allocate certificates (key, cert) More... | |
| crypto_engine_type_t | last_crypto_engine |
| appsl_wrk_t * | wrk |
| App sublayer per-worker state. More... | |
Definition at line 175 of file application.h.
| uword* app_main_::app_by_api_client_index |
Hash table of apps by api client index.
Definition at line 185 of file application.h.
| uword* app_main_::app_by_name |
Hash table of builtin apps by name.
Definition at line 190 of file application.h.
| application_t* app_main_::app_pool |
Pool from which we allocate all applications.
Definition at line 180 of file application.h.
| 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.
| crypto_engine_type_t app_main_::last_crypto_engine |
Definition at line 200 of file application.h.
| appsl_wrk_t* app_main_::wrk |
App sublayer per-worker state.
Definition at line 205 of file application.h.