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

Data Fields

ip4_sv_reass_tpool
 
u32 reass_n
 
u32 id_counter
 
clib_spinlock_t lock
 
u32 lru_first
 
u32 lru_last
 

Detailed Description

Definition at line 114 of file ip4_sv_reass.c.

Field Documentation

◆ id_counter

u32 ip4_sv_reass_per_thread_t::id_counter

Definition at line 118 of file ip4_sv_reass.c.

◆ lock

clib_spinlock_t ip4_sv_reass_per_thread_t::lock

Definition at line 119 of file ip4_sv_reass.c.

◆ lru_first

u32 ip4_sv_reass_per_thread_t::lru_first

Definition at line 121 of file ip4_sv_reass.c.

◆ lru_last

u32 ip4_sv_reass_per_thread_t::lru_last

Definition at line 122 of file ip4_sv_reass.c.

◆ pool

ip4_sv_reass_t* ip4_sv_reass_per_thread_t::pool

Definition at line 116 of file ip4_sv_reass.c.

◆ reass_n

u32 ip4_sv_reass_per_thread_t::reass_n

Definition at line 117 of file ip4_sv_reass.c.


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