FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
lb_hash_bucket_t Struct Reference

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 

Data Fields

u32 hash [LBHASH_ENTRY_PER_BUCKET]
 
u32 timeout [LBHASH_ENTRY_PER_BUCKET]
 
u32 vip [LBHASH_ENTRY_PER_BUCKET]
 
u32 value [LBHASH_ENTRY_PER_BUCKET]
 

Detailed Description

Definition at line 50 of file lbhash.h.

Member Function Documentation

◆ CLIB_CACHE_LINE_ALIGN_MARK()

lb_hash_bucket_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Field Documentation

◆ hash

u32 lb_hash_bucket_t::hash[LBHASH_ENTRY_PER_BUCKET]

Definition at line 52 of file lbhash.h.

◆ timeout

u32 lb_hash_bucket_t::timeout[LBHASH_ENTRY_PER_BUCKET]

Definition at line 53 of file lbhash.h.

◆ value

u32 lb_hash_bucket_t::value[LBHASH_ENTRY_PER_BUCKET]

Definition at line 55 of file lbhash.h.

◆ vip

u32 lb_hash_bucket_t::vip[LBHASH_ENTRY_PER_BUCKET]

Definition at line 54 of file lbhash.h.


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