|
TAS
TCP Acceleration as an OS Service
|

Data Fields | |
| struct epoll_socket * | inactive |
| struct epoll_socket * | active_first |
| struct epoll_socket * | active_last |
| int | refcnt |
| volatile uint32_t | sp_lock |
| uint32_t | num_linux |
| uint32_t | num_tas |
| uint32_t | num_active |
| uint8_t | linux_next |
Definition at line 124 of file internal.h.
| struct epoll_socket* epoll::active_first |
list of sockets with unmasked events pending
Definition at line 128 of file internal.h.
| struct epoll_socket* epoll::inactive |
list of sockets that don't have any unmasked events pending
Definition at line 126 of file internal.h.
1.8.13