FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
ip6_fib_table_instance_t_ Struct Reference

A representation of a single IP6 table. More...

Data Fields

clib_bihash_24_8_t ip6_hash
 
uwordnon_empty_dst_address_length_bitmap
 
u8prefix_lengths_in_search_order
 
i32 dst_address_length_refcounts [129]
 

Detailed Description

A representation of a single IP6 table.

Definition at line 143 of file ip6.h.

Field Documentation

◆ dst_address_length_refcounts

i32 ip6_fib_table_instance_t_::dst_address_length_refcounts[129]

Definition at line 151 of file ip6.h.

◆ ip6_hash

clib_bihash_24_8_t ip6_fib_table_instance_t_::ip6_hash

Definition at line 146 of file ip6.h.

◆ non_empty_dst_address_length_bitmap

uword* ip6_fib_table_instance_t_::non_empty_dst_address_length_bitmap

Definition at line 149 of file ip6.h.

◆ prefix_lengths_in_search_order

u8* ip6_fib_table_instance_t_::prefix_lengths_in_search_order

Definition at line 150 of file ip6.h.


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