FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
a hetrogeneous w.r.t. More...
Data Fields | |
fib_node_list_t | fnle_list |
The index of the list this element is in. More... | |
fib_node_ptr_t | fnle_owner |
The owner of this element. More... | |
u32 | fnle_next |
The next element in the list. More... | |
u32 | fnle_prev |
The previous element in the list. More... | |
a hetrogeneous w.r.t.
FIB node type, of FIB nodes. Since we cannot use C pointers, due to memeory reallocs, the next/prev are described as key:{type,index}. An element in the list
Definition at line 26 of file fib_node_list.c.
fib_node_list_t fib_node_list_elt_t_::fnle_list |
The index of the list this element is in.
Definition at line 31 of file fib_node_list.c.
u32 fib_node_list_elt_t_::fnle_next |
The next element in the list.
Definition at line 41 of file fib_node_list.c.
fib_node_ptr_t fib_node_list_elt_t_::fnle_owner |
The owner of this element.
Definition at line 36 of file fib_node_list.c.
u32 fib_node_list_elt_t_::fnle_prev |
The previous element in the list.
Definition at line 46 of file fib_node_list.c.