FD.io VPP  v19.01.3-6-g70449b9b9
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_tclients_by_dst_port4
 
punt_client_tclients_by_dst_port6
 
u32 clib_file_index
 
bool is_configured
 
vlib_node_tinterface_output_node
 
u32ready_fds
 
u32rx_buffers
 
punt_thread_data_tthread_data
 

Detailed Description

Definition at line 77 of file punt.h.

Field Documentation

◆ clib_file_index

u32 punt_main_t::clib_file_index

Definition at line 83 of file punt.h.

◆ clients_by_dst_port4

punt_client_t* punt_main_t::clients_by_dst_port4

Definition at line 81 of file punt.h.

◆ clients_by_dst_port6

punt_client_t* punt_main_t::clients_by_dst_port6

Definition at line 82 of file punt.h.

◆ interface_output_node

vlib_node_t* punt_main_t::interface_output_node

Definition at line 85 of file punt.h.

◆ is_configured

bool punt_main_t::is_configured

Definition at line 84 of file punt.h.

◆ ready_fds

u32* punt_main_t::ready_fds

Definition at line 86 of file punt.h.

◆ rx_buffers

u32* punt_main_t::rx_buffers

Definition at line 87 of file punt.h.

◆ socket_fd

int punt_main_t::socket_fd

Definition at line 79 of file punt.h.

◆ sun_path

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

Definition at line 80 of file punt.h.

◆ thread_data

punt_thread_data_t* punt_main_t::thread_data

Definition at line 88 of file punt.h.


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