FD.io VPP  v21.10.1-2-g0a485f517
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 91 of file private.h.

Field Documentation

◆ dev_instance_by_fd

uword* memif_socket_file_t::dev_instance_by_fd

Definition at line 104 of file private.h.

◆ dev_instance_by_id

mhash_t memif_socket_file_t::dev_instance_by_id

Definition at line 101 of file private.h.

◆ filename

u8* memif_socket_file_t::filename

Definition at line 93 of file private.h.

◆ is_listener

int memif_socket_file_t::is_listener

Definition at line 98 of file private.h.

◆ pending_clients

clib_socket_t** memif_socket_file_t::pending_clients

Definition at line 96 of file private.h.

◆ ref_cnt

int memif_socket_file_t::ref_cnt

Definition at line 97 of file private.h.

◆ sock

clib_socket_t* memif_socket_file_t::sock

Definition at line 95 of file private.h.

◆ socket_id

u32 memif_socket_file_t::socket_id

Definition at line 94 of file private.h.


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