FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
A protocol Independent IP multicast FIB table. More...
Data Fields | |
u16 | bdt_locks |
number of locks on the table More... | |
u32 | bdt_table_id |
Table ID (hash key) for this FIB. More... | |
index_t | bdt_db [BIER_BP_MAX] |
The lookup DB based on sender BP. More... | |
A protocol Independent IP multicast FIB table.
Definition at line 30 of file bier_disp_table.h.
index_t bier_disp_table_t_::bdt_db[BIER_BP_MAX] |
The lookup DB based on sender BP.
Value is the index of the BIER disp object.
Definition at line 46 of file bier_disp_table.h.
u16 bier_disp_table_t_::bdt_locks |
number of locks on the table
Definition at line 35 of file bier_disp_table.h.
u32 bier_disp_table_t_::bdt_table_id |
Table ID (hash key) for this FIB.
Definition at line 40 of file bier_disp_table.h.