FD.io VPP  v17.07.01-10-g3be13f0
Vector Packet Processing
ip6_main_t Struct Reference
+ Collaboration diagram for ip6_main_t:

Data Fields

ip6_fib_table_instance_t ip6_table [IP6_FIB_NUM_TABLES]
 The two FIB tables; fwding and non-fwding. More...
 
ip_lookup_main_t lookup_main
 
struct fib_table_t_fibs
 
ip6_fib_tv6_fibs
 
struct mfib_table_t_mfibs
 Vector of MFIBs. More...
 
ip6_address_t fib_masks [129]
 
u32fib_index_by_sw_if_index
 
u32mfib_index_by_sw_if_index
 Table index indexed by software interface. More...
 
u8ip_enabled_by_sw_if_index
 
uwordfib_index_by_table_id
 
uwordmfib_index_by_table_id
 Hash table mapping table id to multicast fib index. More...
 
uwordinterface_route_adj_index_by_sw_if_index
 
ip6_add_del_interface_address_callback_tadd_del_interface_address_callbacks
 
vlib_packet_template_t discover_neighbor_packet_template
 
u32 lookup_table_nbuckets
 
uword lookup_table_size
 
u32 flow_hash_seed
 
struct {
   u8   ttl
 
   u8   pad [3]
 
host_config
 
u8 hbh_enabled
 

Detailed Description

Definition at line 141 of file ip6.h.

Field Documentation

ip6_add_del_interface_address_callback_t* ip6_main_t::add_del_interface_address_callbacks

Definition at line 184 of file ip6.h.

vlib_packet_template_t ip6_main_t::discover_neighbor_packet_template

Definition at line 187 of file ip6.h.

u32* ip6_main_t::fib_index_by_sw_if_index

Definition at line 163 of file ip6.h.

uword* ip6_main_t::fib_index_by_table_id

Definition at line 173 of file ip6.h.

ip6_address_t ip6_main_t::fib_masks[129]

Definition at line 160 of file ip6.h.

struct fib_table_t_* ip6_main_t::fibs

Definition at line 151 of file ip6.h.

u32 ip6_main_t::flow_hash_seed

Definition at line 194 of file ip6.h.

u8 ip6_main_t::hbh_enabled

Definition at line 205 of file ip6.h.

struct { ... } ip6_main_t::host_config
uword* ip6_main_t::interface_route_adj_index_by_sw_if_index

Definition at line 180 of file ip6.h.

The two FIB tables; fwding and non-fwding.

Definition at line 146 of file ip6.h.

u8* ip6_main_t::ip_enabled_by_sw_if_index

Definition at line 169 of file ip6.h.

ip_lookup_main_t ip6_main_t::lookup_main

Definition at line 148 of file ip6.h.

u32 ip6_main_t::lookup_table_nbuckets

Definition at line 190 of file ip6.h.

uword ip6_main_t::lookup_table_size

Definition at line 191 of file ip6.h.

u32* ip6_main_t::mfib_index_by_sw_if_index

Table index indexed by software interface.

Definition at line 166 of file ip6.h.

uword* ip6_main_t::mfib_index_by_table_id

Hash table mapping table id to multicast fib index.

ID space is not necessarily dense; index space is dense.

Definition at line 177 of file ip6.h.

struct mfib_table_t_* ip6_main_t::mfibs

Vector of MFIBs.

Definition at line 157 of file ip6.h.

u8 ip6_main_t::pad[3]

Definition at line 201 of file ip6.h.

u8 ip6_main_t::ttl

Definition at line 199 of file ip6.h.

ip6_fib_t* ip6_main_t::v6_fibs

Definition at line 154 of file ip6.h.


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