FD.io VPP  v19.01.2-3-gf61a1a8
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 158 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 164 of file session.h.

u16 session_tx_context_::deq_per_buf

Definition at line 171 of file session.h.

u16 session_tx_context_::deq_per_first_buf

Definition at line 170 of file session.h.

session_dgram_hdr_t session_tx_context_::hdr

Definition at line 176 of file session.h.

u32 session_tx_context_::left_to_snd

Definition at line 167 of file session.h.

u32 session_tx_context_::max_dequeue

Definition at line 165 of file session.h.

u32 session_tx_context_::max_len_to_snd

Definition at line 169 of file session.h.

u8 session_tx_context_::n_bufs_per_seg

Definition at line 174 of file session.h.

u16 session_tx_context_::n_segs_per_evt

Definition at line 173 of file session.h.

stream_session_t* session_tx_context_::s

Definition at line 161 of file session.h.

u16 session_tx_context_::snd_mss

Definition at line 172 of file session.h.

u32 session_tx_context_::snd_space

Definition at line 166 of file session.h.

transport_connection_t* session_tx_context_::tc

Definition at line 163 of file session.h.

transport_proto_vft_t* session_tx_context_::transport_vft

Definition at line 162 of file session.h.

u32 session_tx_context_::tx_offset

Definition at line 168 of file session.h.


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