Meta information of a FIB table.
More...
Meta information of a FIB table.
Definition at line 108 of file table.h.
#include <table.h>
◆ entries
array holding the FIB entries for single hops
Definition at line 112 of file table.h.
◆ mtx_access
table access mutex to grant exclusive operations on calls
Definition at line 123 of file table.h.
◆ notify_rp
the kernel_pid_t of the registered RPs.
Used to notify the RPs by the FIB on certain conditions, e.g. when a destination is unreachable
Definition at line 130 of file table.h.
◆ notify_rp_pos
size_t fib_table_t::notify_rp_pos |
current number of registered RPs.
Definition at line 125 of file table.h.
◆ prefix_rp
the prefix handled by each registered RP.
Used to dispatch if the RP is responsible for the condition, e.g. when the unreachable destination is covered by the prefix
Definition at line 135 of file table.h.
◆ size
the maximum number of entries in this FIB table
Definition at line 121 of file table.h.
◆ source_routes
array holding the FIB entries for source routes
Definition at line 114 of file table.h.
◆ table_type
uint8_t fib_table_t::table_type |
the kind of this FIB table, single hop or source route.
This value indicates what is stored in data
of this table
Definition at line 119 of file table.h.
The documentation for this struct was generated from the following file: