FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
ip6_mfib_node_t_ Struct Reference

An object that is inserted into the radix tree. More...

+ Collaboration diagram for ip6_mfib_node_t_:

Data Fields

struct radix_node i6mn_nodes [2]
 
ip6_mfib_key_t i6mn_key
 
index_t i6mn_entry
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: