FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
punt_main_t Struct Reference
+ Collaboration diagram for punt_main_t:

Data Fields

int socket_fd
 
char sun_path [sizeof(struct sockaddr_un)]
 
punt_client_db_t db
 
punt_client_tpunt_client_pool
 
u32 clib_file_index
 
bool is_configured
 
vlib_node_tinterface_output_node
 
u32ready_fds
 
u32rx_buffers
 
punt_thread_data_tthread_data
 
vlib_punt_hdl_t hdl
 

Detailed Description

Definition at line 119 of file punt.h.

Field Documentation

◆ clib_file_index

u32 punt_main_t::clib_file_index

Definition at line 125 of file punt.h.

◆ db

punt_client_db_t punt_main_t::db

Definition at line 123 of file punt.h.

◆ hdl

vlib_punt_hdl_t punt_main_t::hdl

Definition at line 131 of file punt.h.

◆ interface_output_node

vlib_node_t* punt_main_t::interface_output_node

Definition at line 127 of file punt.h.

◆ is_configured

bool punt_main_t::is_configured

Definition at line 126 of file punt.h.

◆ punt_client_pool

punt_client_t* punt_main_t::punt_client_pool

Definition at line 124 of file punt.h.

◆ ready_fds

u32* punt_main_t::ready_fds

Definition at line 128 of file punt.h.

◆ rx_buffers

u32* punt_main_t::rx_buffers

Definition at line 129 of file punt.h.

◆ socket_fd

int punt_main_t::socket_fd

Definition at line 121 of file punt.h.

◆ sun_path

char punt_main_t::sun_path[sizeof(struct sockaddr_un)]

Definition at line 122 of file punt.h.

◆ thread_data

punt_thread_data_t* punt_main_t::thread_data

Definition at line 130 of file punt.h.


The documentation for this struct was generated from the following file: