FD.io VPP  v19.08-27-gf4dcae4
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

udp_connection_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Required for pool_get_aligned.

Field Documentation

transport_connection_t udp_connection_t::connection

must be first

Definition at line 48 of file udp.h.

u8 udp_connection_t::flags

connection flags

Definition at line 50 of file udp.h.

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: