FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
A protocol Independent FIB table. More...
Data Fields | |
fib_protocol_t | ft_proto |
Which protocol this table serves. More... | |
u16 | ft_locks [FIB_TABLE_N_LOCKS] |
per-source number of locks on the table More... | |
u32 | ft_table_id |
Table ID (hash key) for this FIB. More... | |
fib_node_index_t | ft_index |
Index into FIB vector. More... | |
u32 | ft_flow_hash_config |
flow hash configuration More... | |
u32 | ft_src_route_counts [FIB_SOURCE_MAX] |
Per-source route counters. More... | |
u32 | ft_total_route_counts |
Total route counters. More... | |
u8 * | ft_desc |
Table description. More... | |
A protocol Independent FIB table.
Definition at line 35 of file fib_table.h.
u8* fib_table_t_::ft_desc |
Table description.
Definition at line 75 of file fib_table.h.
u32 fib_table_t_::ft_flow_hash_config |
flow hash configuration
Definition at line 60 of file fib_table.h.
fib_node_index_t fib_table_t_::ft_index |
Index into FIB vector.
Definition at line 55 of file fib_table.h.
u16 fib_table_t_::ft_locks[FIB_TABLE_N_LOCKS] |
per-source number of locks on the table
Definition at line 45 of file fib_table.h.
fib_protocol_t fib_table_t_::ft_proto |
Which protocol this table serves.
Used to switch on the union above.
Definition at line 40 of file fib_table.h.
u32 fib_table_t_::ft_src_route_counts[FIB_SOURCE_MAX] |
Per-source route counters.
Definition at line 65 of file fib_table.h.
u32 fib_table_t_::ft_table_id |
Table ID (hash key) for this FIB.
Definition at line 50 of file fib_table.h.
u32 fib_table_t_::ft_total_route_counts |
Total route counters.
Definition at line 70 of file fib_table.h.