TAS
TCP Acceleration as an OS Service
Data Fields
epoll Struct Reference
Collaboration diagram for epoll:
Collaboration graph
[legend]

Data Fields

struct epoll_socketinactive
 
struct epoll_socketactive_first
 
struct epoll_socketactive_last
 
int refcnt
 
volatile uint32_t sp_lock
 
uint32_t num_linux
 
uint32_t num_tas
 
uint32_t num_active
 
uint8_t linux_next
 

Detailed Description

Definition at line 124 of file internal.h.

Field Documentation

◆ active_first

struct epoll_socket* epoll::active_first

list of sockets with unmasked events pending

Definition at line 128 of file internal.h.

◆ inactive

struct epoll_socket* epoll::inactive

list of sockets that don't have any unmasked events pending

Definition at line 126 of file internal.h.


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