FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
A protocol Independent FIB table. More...
Data Fields | |
fib_protocol_t | ft_proto |
Which protocol this table serves. More... | |
fib_table_flags_t | ft_flags |
Table flags. 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 69 of file fib_table.h.
u8* fib_table_t_::ft_desc |
Table description.
Definition at line 114 of file fib_table.h.
fib_table_flags_t fib_table_t_::ft_flags |
Table flags.
Definition at line 79 of file fib_table.h.
u32 fib_table_t_::ft_flow_hash_config |
flow hash configuration
Definition at line 99 of file fib_table.h.
fib_node_index_t fib_table_t_::ft_index |
Index into FIB vector.
Definition at line 94 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 84 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 74 of file fib_table.h.
u32 fib_table_t_::ft_src_route_counts[FIB_SOURCE_MAX] |
Per-source route counters.
Definition at line 104 of file fib_table.h.
u32 fib_table_t_::ft_table_id |
Table ID (hash key) for this FIB.
Definition at line 89 of file fib_table.h.
u32 fib_table_t_::ft_total_route_counts |
Total route counters.
Definition at line 109 of file fib_table.h.