FD.io VPP
v17.07.01-10-g3be13f0
Vector Packet Processing
|
An object that is inserted into the radix tree. More...
Data Fields | |
struct radix_node | i6mn_nodes [2] |
ip6_mfib_key_t | i6mn_key |
index_t | i6mn_entry |
An object that is inserted into the radix tree.
Since it's in the tree and has pointers, it cannot realloc and so cannot come from a vlib pool.
Definition at line 42 of file ip6_mfib.c.
index_t ip6_mfib_node_t_::i6mn_entry |
Definition at line 46 of file ip6_mfib.c.
ip6_mfib_key_t ip6_mfib_node_t_::i6mn_key |
Definition at line 45 of file ip6_mfib.c.
struct radix_node ip6_mfib_node_t_::i6mn_nodes[2] |
Definition at line 44 of file ip6_mfib.c.