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

Data Fields

ip6_sv_reass_tpool
 
u32 reass_n
 
u32 id_counter
 
clib_spinlock_t lock
 
u32 lru_first
 
u32 lru_last
 

Detailed Description

Definition at line 111 of file ip6_sv_reass.c.

Field Documentation

◆ id_counter

u32 ip6_sv_reass_per_thread_t::id_counter

Definition at line 115 of file ip6_sv_reass.c.

◆ lock

clib_spinlock_t ip6_sv_reass_per_thread_t::lock

Definition at line 116 of file ip6_sv_reass.c.

◆ lru_first

u32 ip6_sv_reass_per_thread_t::lru_first

Definition at line 118 of file ip6_sv_reass.c.

◆ lru_last

u32 ip6_sv_reass_per_thread_t::lru_last

Definition at line 119 of file ip6_sv_reass.c.

◆ pool

ip6_sv_reass_t* ip6_sv_reass_per_thread_t::pool

Definition at line 113 of file ip6_sv_reass.c.

◆ reass_n

u32 ip6_sv_reass_per_thread_t::reass_n

Definition at line 114 of file ip6_sv_reass.c.


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