FD.io VPP
v21.01.1
Vector Packet Processing
|
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 |
Definition at line 132 of file application.h.
uword* app_main_::app_by_api_client_index |
Hash table of apps by api client index.
Definition at line 142 of file application.h.
uword* app_main_::app_by_name |
Hash table of builtin apps by name.
Definition at line 147 of file application.h.
application_t* app_main_::app_pool |
Pool from which we allocate all applications.
Definition at line 137 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 152 of file application.h.
crypto_engine_type_t app_main_::last_crypto_engine |
Definition at line 157 of file application.h.