FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
eclient_session_t Struct Reference
+ Collaboration diagram for eclient_session_t:

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 

Data Fields

app_session_t data
 
u64 bytes_to_send
 
u64 bytes_sent
 
u64 bytes_to_receive
 
u64 bytes_received
 
u64 vpp_session_handle
 
u8 thread_index
 

Detailed Description

Definition at line 31 of file echo_client.h.

Member Function Documentation

eclient_session_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Field Documentation

u64 eclient_session_t::bytes_received

Definition at line 38 of file echo_client.h.

u64 eclient_session_t::bytes_sent

Definition at line 36 of file echo_client.h.

u64 eclient_session_t::bytes_to_receive

Definition at line 37 of file echo_client.h.

u64 eclient_session_t::bytes_to_send

Definition at line 35 of file echo_client.h.

app_session_t eclient_session_t::data

Definition at line 34 of file echo_client.h.

u8 eclient_session_t::thread_index

Definition at line 40 of file echo_client.h.

u64 eclient_session_t::vpp_session_handle

Definition at line 39 of file echo_client.h.


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