FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
memif_socket_file_t Struct Reference
+ Collaboration diagram for memif_socket_file_t:

Data Fields

u8filename
 
u32 socket_id
 
clib_socket_tsock
 
clib_socket_t ** pending_clients
 
int ref_cnt
 
int is_listener
 
mhash_t dev_instance_by_id
 
uworddev_instance_by_fd
 

Detailed Description

Definition at line 65 of file private.h.

Field Documentation

uword* memif_socket_file_t::dev_instance_by_fd

Definition at line 78 of file private.h.

mhash_t memif_socket_file_t::dev_instance_by_id

Definition at line 75 of file private.h.

u8* memif_socket_file_t::filename

Definition at line 67 of file private.h.

int memif_socket_file_t::is_listener

Definition at line 72 of file private.h.

clib_socket_t** memif_socket_file_t::pending_clients

Definition at line 70 of file private.h.

int memif_socket_file_t::ref_cnt

Definition at line 71 of file private.h.

clib_socket_t* memif_socket_file_t::sock

Definition at line 69 of file private.h.

u32 memif_socket_file_t::socket_id

Definition at line 68 of file private.h.


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