FD.io VPP  v18.07.1-19-g511ce25
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 51 of file private.h.

Field Documentation

uword* memif_socket_file_t::dev_instance_by_fd

Definition at line 64 of file private.h.

mhash_t memif_socket_file_t::dev_instance_by_id

Definition at line 61 of file private.h.

u8* memif_socket_file_t::filename

Definition at line 53 of file private.h.

int memif_socket_file_t::is_listener

Definition at line 58 of file private.h.

clib_socket_t** memif_socket_file_t::pending_clients

Definition at line 56 of file private.h.

int memif_socket_file_t::ref_cnt

Definition at line 57 of file private.h.

clib_socket_t* memif_socket_file_t::sock

Definition at line 55 of file private.h.

u32 memif_socket_file_t::socket_id

Definition at line 54 of file private.h.


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