![]() |
FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Data Fields | |
| clib_bitmap_t * | workers |
| workers accepting connections More... | |
| u32 | accept_rotor |
| last worker to accept a connection More... | |
| u32 | al_index |
| app listener index in app pool More... | |
| u32 | app_index |
| owning app index More... | |
| u32 | local_index |
| local listening session index More... | |
| u32 | session_index |
| global listening session index More... | |
| session_handle_t | ls_handle |
| session handle of the local or global listening session that also identifies the app listener More... | |
Definition at line 82 of file application.h.
| u32 app_listener_::accept_rotor |
last worker to accept a connection
Definition at line 85 of file application.h.
| u32 app_listener_::al_index |
app listener index in app pool
Definition at line 86 of file application.h.
| u32 app_listener_::app_index |
owning app index
Definition at line 87 of file application.h.
| u32 app_listener_::local_index |
local listening session index
Definition at line 88 of file application.h.
| session_handle_t app_listener_::ls_handle |
session handle of the local or global listening session that also identifies the app listener
Definition at line 90 of file application.h.
| u32 app_listener_::session_index |
global listening session index
Definition at line 89 of file application.h.
| clib_bitmap_t* app_listener_::workers |
workers accepting connections
Definition at line 84 of file application.h.