FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
udp_connection_t Struct Reference
+ Collaboration diagram for udp_connection_t:

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 Required for pool_get_aligned. More...
 

Data Fields

transport_connection_t connection
 must be first More...
 
clib_spinlock_t rx_lock
 rx fifo lock More...
 
u8 flags
 connection flags More...
 

Detailed Description

Definition at line 44 of file udp.h.

Member Function Documentation

◆ CLIB_CACHE_LINE_ALIGN_MARK()

udp_connection_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Required for pool_get_aligned.

Field Documentation

◆ connection

transport_connection_t udp_connection_t::connection

must be first

Definition at line 48 of file udp.h.

◆ flags

u8 udp_connection_t::flags

connection flags

Definition at line 50 of file udp.h.

◆ rx_lock

clib_spinlock_t udp_connection_t::rx_lock

rx fifo lock

Definition at line 49 of file udp.h.


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