FD.io VPP  v18.07-rc0-415-g6c78436
Vector Packet Processing
app_session_ Struct Reference
+ Collaboration diagram for app_session_:

Data Fields

svm_fifo_trx_fifo
 rx fifo More...
 
svm_fifo_ttx_fifo
 tx fifo More...
 
session_type_t session_type
 session type More...
 
volatile u8 session_state
 session state More...
 
u32 session_index
 index in owning pool More...
 
app_session_transport_t transport
 transport info More...
 
svm_queue_tvpp_evt_q
 vpp event queue for session More...
 
u8 is_dgram
 set if it works in dgram mode More...
 

Detailed Description

Definition at line 185 of file application_interface.h.

Field Documentation

u8 app_session_::is_dgram

set if it works in dgram mode

Definition at line 194 of file application_interface.h.

svm_fifo_t* app_session_::rx_fifo

rx fifo

Definition at line 187 of file application_interface.h.

u32 app_session_::session_index

index in owning pool

Definition at line 191 of file application_interface.h.

volatile u8 app_session_::session_state

session state

Definition at line 190 of file application_interface.h.

session_type_t app_session_::session_type

session type

Definition at line 189 of file application_interface.h.

app_session_transport_t app_session_::transport

transport info

Definition at line 192 of file application_interface.h.

svm_fifo_t* app_session_::tx_fifo

tx fifo

Definition at line 188 of file application_interface.h.

svm_queue_t* app_session_::vpp_evt_q

vpp event queue for session

Definition at line 193 of file application_interface.h.


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