FD.io VPP  v18.07.1-19-g511ce25
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 is_connected
 connected mode More...
 

Detailed Description

Definition at line 37 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 41 of file udp.h.

u8 udp_connection_t::is_connected

connected mode

Definition at line 43 of file udp.h.

clib_spinlock_t udp_connection_t::rx_lock

rx fifo lock

Definition at line 42 of file udp.h.


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