FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
The source of an MFIB entry. More...
Data Fields | |
mfib_source_t | mfes_src |
Which source this is. More... | |
mfib_entry_flags_t | mfes_flags |
Route flags. More... | |
fib_node_index_t | mfes_pl |
The path-list of forwarding interfaces. More... | |
fib_rpf_id_t | mfes_rpf_id |
RPF-ID. More... | |
mfib_path_ext_t * | mfes_exts |
Hash table of path extensions. More... | |
mfib_itf_t * | mfes_itfs |
The hash table of all interfaces. More... | |
The source of an MFIB entry.
Definition at line 63 of file mfib_entry.c.
mfib_path_ext_t* mfib_entry_src_t_::mfes_exts |
Hash table of path extensions.
Definition at line 88 of file mfib_entry.c.
mfib_entry_flags_t mfib_entry_src_t_::mfes_flags |
Route flags.
Definition at line 73 of file mfib_entry.c.
mfib_itf_t* mfib_entry_src_t_::mfes_itfs |
The hash table of all interfaces.
This is forwarding time information derived from the paths and their extensions.
Definition at line 95 of file mfib_entry.c.
fib_node_index_t mfib_entry_src_t_::mfes_pl |
The path-list of forwarding interfaces.
Definition at line 78 of file mfib_entry.c.
fib_rpf_id_t mfib_entry_src_t_::mfes_rpf_id |
RPF-ID.
Definition at line 83 of file mfib_entry.c.
mfib_source_t mfib_entry_src_t_::mfes_src |
Which source this is.
Definition at line 68 of file mfib_entry.c.