FD.io VPP  v18.01-8-g0eacf49
Vector Packet Processing
mpls_fib_t_ Struct Reference

Data Fields

uwordmf_entries
 A hash table of entries. More...
 
index_t mf_lbs [MPLS_FIB_DB_SIZE]
 The load-balance indices keyed by 21 bit label+eos bit. More...
 

Detailed Description

Definition at line 41 of file mpls_fib.h.

Field Documentation

uword* mpls_fib_t_::mf_entries

A hash table of entries.

21 bit key Hash table for reduced memory footprint

Definition at line 47 of file mpls_fib.h.

index_t mpls_fib_t_::mf_lbs[MPLS_FIB_DB_SIZE]

The load-balance indices keyed by 21 bit label+eos bit.

A flat array for maximum lookup performace.

Definition at line 53 of file mpls_fib.h.


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