FD.io VPP
v18.07-rc0-415-g6c78436
Vector Packet Processing
|
Public Member Functions | |
CLIB_CACHE_LINE_ALIGN_MARK (pad) | |
Data Fields | |
svm_fifo_t * | server_rx_fifo |
fifo pointers. More... | |
svm_fifo_t * | server_tx_fifo |
session_type_t | session_type |
Type. More... | |
volatile u8 | session_state |
State. More... | |
u32 | session_index |
Session index. More... | |
u32 | app_index |
Server index. More... | |
u32 | svm_segment_index |
Segment index where fifos were allocated. More... | |
u32 | listener_index |
u16 | port |
Port for connection. More... | |
session_type_t | listener_session_type |
Has transport embedded when listener not purely local. More... | |
u32 | transport_listener_index |
u32 | client_index |
Client data. More... | |
u32 | client_opaque |
u64 | server_evt_q |
u64 | client_evt_q |
Definition at line 89 of file stream_session.h.
local_session_::CLIB_CACHE_LINE_ALIGN_MARK | ( | pad | ) |
u32 local_session_::app_index |
Server index.
Definition at line 105 of file stream_session.h.
u64 local_session_::client_evt_q |
Definition at line 126 of file stream_session.h.
u32 local_session_::client_index |
Client data.
Definition at line 122 of file stream_session.h.
u32 local_session_::client_opaque |
Definition at line 123 of file stream_session.h.
u32 local_session_::listener_index |
Definition at line 110 of file stream_session.h.
session_type_t local_session_::listener_session_type |
Has transport embedded when listener not purely local.
Definition at line 116 of file stream_session.h.
u16 local_session_::port |
Port for connection.
Definition at line 113 of file stream_session.h.
u64 local_session_::server_evt_q |
Definition at line 125 of file stream_session.h.
svm_fifo_t* local_session_::server_rx_fifo |
svm_fifo_t* local_session_::server_tx_fifo |
Definition at line 93 of file stream_session.h.
u32 local_session_::session_index |
Session index.
Definition at line 102 of file stream_session.h.
volatile u8 local_session_::session_state |
State.
Definition at line 99 of file stream_session.h.
session_type_t local_session_::session_type |
Type.
Definition at line 96 of file stream_session.h.
u32 local_session_::svm_segment_index |
Segment index where fifos were allocated.
Definition at line 108 of file stream_session.h.
u32 local_session_::transport_listener_index |
Definition at line 117 of file stream_session.h.