FD.io VPP
v21.01.1
Vector Packet Processing
|
Public Member Functions | |
CLIB_CACHE_LINE_ALIGN_MARK (pad) | |
Data Fields | |
svm_fifo_t * | rx_fifo |
Pointers to rx/tx buffers. More... | |
svm_fifo_t * | tx_fifo |
session_type_t | session_type |
Type built from transport and network protocol types. More... | |
volatile u8 | session_state |
State in session layer state machine. More... | |
u32 | session_index |
Index in thread pool where session was allocated. More... | |
u32 | app_wrk_index |
Index of the app worker that owns the session. More... | |
u8 | thread_index |
Index of the thread that allocated the session. More... | |
u32 | flags |
Session flags. More... | |
u32 | connection_index |
Index of the transport connection associated to the session. More... | |
u32 | app_index |
Index of application that owns the listener. More... | |
union { | |
session_handle_t listener_handle | |
Parent listener session index if the result of an accept. More... | |
u32 al_index | |
App listener index in app's listener pool if a listener. More... | |
}; | |
u32 | opaque |
Opaque, for general use. More... | |
Definition at line 182 of file session_types.h.
session_::CLIB_CACHE_LINE_ALIGN_MARK | ( | pad | ) |
union { ... } |
u32 session_::al_index |
App listener index in app's listener pool if a listener.
Definition at line 218 of file session_types.h.
u32 session_::app_index |
Index of application that owns the listener.
Set only if a listener
Definition at line 210 of file session_types.h.
u32 session_::app_wrk_index |
Index of the app worker that owns the session.
Definition at line 198 of file session_types.h.
u32 session_::connection_index |
Index of the transport connection associated to the session.
Definition at line 207 of file session_types.h.
u32 session_::flags |
session_handle_t session_::listener_handle |
Parent listener session index if the result of an accept.
Definition at line 215 of file session_types.h.
u32 session_::opaque |
Opaque, for general use.
Definition at line 222 of file session_types.h.
svm_fifo_t* session_::rx_fifo |
Pointers to rx/tx buffers.
Once allocated, these do not move
Definition at line 185 of file session_types.h.
u32 session_::session_index |
Index in thread pool where session was allocated.
Definition at line 195 of file session_types.h.
volatile u8 session_::session_state |
State in session layer state machine.
See session_state_t
Definition at line 192 of file session_types.h.
session_type_t session_::session_type |
Type built from transport and network protocol types.
Definition at line 189 of file session_types.h.
u8 session_::thread_index |
Index of the thread that allocated the session.
Definition at line 201 of file session_types.h.
svm_fifo_t* session_::tx_fifo |
Definition at line 186 of file session_types.h.