![]() |
FD.io VPP
v21.06-1-gbb7418cf9
Vector Packet Processing
|
Collaboration diagram for ct_main_:Data Fields | |
| ct_connection_t ** | connections |
| Per-worker connection pools. More... | |
| u32 | n_workers |
| Number of vpp workers. More... | |
| u32 | n_sessions |
| Cumulative sessions counter. More... | |
| u32 * | ho_reusable |
| Vector of reusable ho indices. More... | |
| clib_spinlock_t | ho_reuseable_lock |
| Lock for reusable ho indices. More... | |
Definition at line 19 of file application_local.c.
| ct_connection_t** ct_main_::connections |
Per-worker connection pools.
Definition at line 21 of file application_local.c.
| u32* ct_main_::ho_reusable |
Vector of reusable ho indices.
Definition at line 24 of file application_local.c.
| clib_spinlock_t ct_main_::ho_reuseable_lock |
Lock for reusable ho indices.
Definition at line 25 of file application_local.c.
| u32 ct_main_::n_sessions |
Cumulative sessions counter.
Definition at line 23 of file application_local.c.
| u32 ct_main_::n_workers |
Number of vpp workers.
Definition at line 22 of file application_local.c.