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

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 
 CLIB_CACHE_LINE_ALIGN_MARK (cacheline1)
 

Data Fields

stream_session_ts
 
transport_proto_vft_ttransport_vft
 
transport_connection_ttc
 
vlib_buffer_tb
 
u32 max_dequeue
 
u32 snd_space
 
u32 left_to_snd
 
u32 tx_offset
 
u32 max_len_to_snd
 
u16 deq_per_first_buf
 
u16 deq_per_buf
 
u16 snd_mss
 
u16 n_segs_per_evt
 
u8 n_bufs_per_seg
 
session_dgram_hdr_t hdr
 

Detailed Description

Definition at line 131 of file session.h.

Member Function Documentation

session_tx_context_::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )
session_tx_context_::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline1  )

Field Documentation

vlib_buffer_t* session_tx_context_::b

Definition at line 137 of file session.h.

u16 session_tx_context_::deq_per_buf

Definition at line 144 of file session.h.

u16 session_tx_context_::deq_per_first_buf

Definition at line 143 of file session.h.

session_dgram_hdr_t session_tx_context_::hdr

Definition at line 149 of file session.h.

u32 session_tx_context_::left_to_snd

Definition at line 140 of file session.h.

u32 session_tx_context_::max_dequeue

Definition at line 138 of file session.h.

u32 session_tx_context_::max_len_to_snd

Definition at line 142 of file session.h.

u8 session_tx_context_::n_bufs_per_seg

Definition at line 147 of file session.h.

u16 session_tx_context_::n_segs_per_evt

Definition at line 146 of file session.h.

stream_session_t* session_tx_context_::s

Definition at line 134 of file session.h.

u16 session_tx_context_::snd_mss

Definition at line 145 of file session.h.

u32 session_tx_context_::snd_space

Definition at line 139 of file session.h.

transport_connection_t* session_tx_context_::tc

Definition at line 136 of file session.h.

transport_proto_vft_t* session_tx_context_::transport_vft

Definition at line 135 of file session.h.

u32 session_tx_context_::tx_offset

Definition at line 141 of file session.h.


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