![]() |
FD.io VPP
v19.08.3-2-gbabecb413
Vector Packet Processing
|
Collaboration diagram for vcl_test_client_main_t:Data Fields | |
| vcl_test_client_worker_t * | workers |
| vppcom_endpt_t | server_endpt |
| uint32_t | cfg_seq_num |
| vcl_test_session_t | quic_session |
| vcl_test_session_t | ctrl_session |
| vcl_test_session_t * | sessions |
| uint8_t | dump_cfg |
| vcl_test_t | post_test |
| uint8_t | proto |
| uint32_t | n_workers |
| volatile int | active_workers |
| struct sockaddr_storage | server_addr |
Definition at line 42 of file vcl_test_client.c.
| volatile int vcl_test_client_main_t::active_workers |
Definition at line 54 of file vcl_test_client.c.
| uint32_t vcl_test_client_main_t::cfg_seq_num |
Definition at line 46 of file vcl_test_client.c.
| vcl_test_session_t vcl_test_client_main_t::ctrl_session |
Definition at line 48 of file vcl_test_client.c.
| uint8_t vcl_test_client_main_t::dump_cfg |
Definition at line 50 of file vcl_test_client.c.
| uint32_t vcl_test_client_main_t::n_workers |
Definition at line 53 of file vcl_test_client.c.
| vcl_test_t vcl_test_client_main_t::post_test |
Definition at line 51 of file vcl_test_client.c.
| uint8_t vcl_test_client_main_t::proto |
Definition at line 52 of file vcl_test_client.c.
| vcl_test_session_t vcl_test_client_main_t::quic_session |
Definition at line 47 of file vcl_test_client.c.
| struct sockaddr_storage vcl_test_client_main_t::server_addr |
Definition at line 55 of file vcl_test_client.c.
| vppcom_endpt_t vcl_test_client_main_t::server_endpt |
Definition at line 45 of file vcl_test_client.c.
| vcl_test_session_t* vcl_test_client_main_t::sessions |
Definition at line 49 of file vcl_test_client.c.
| vcl_test_client_worker_t* vcl_test_client_main_t::workers |
Definition at line 44 of file vcl_test_client.c.