FD.io VPP  v19.01.2-3-gf61a1a8
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
 

Detailed Description

Definition at line 72 of file punt.h.

Field Documentation

u32 punt_main_t::clib_file_index

Definition at line 78 of file punt.h.

punt_client_t* punt_main_t::clients_by_dst_port4

Definition at line 76 of file punt.h.

punt_client_t* punt_main_t::clients_by_dst_port6

Definition at line 77 of file punt.h.

vlib_node_t* punt_main_t::interface_output_node

Definition at line 80 of file punt.h.

bool punt_main_t::is_configured

Definition at line 79 of file punt.h.

u32* punt_main_t::ready_fds

Definition at line 81 of file punt.h.

u32* punt_main_t::rx_buffers

Definition at line 82 of file punt.h.

int punt_main_t::socket_fd

Definition at line 74 of file punt.h.

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

Definition at line 75 of file punt.h.


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