FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Context when walking the IPv6 table. More...
Data Fields | |
u32 | i6w_mfib_index |
mfib_table_walk_fn_t | i6w_fn |
void * | i6w_ctx |
Context when walking the IPv6 table.
Since all VRFs are in the same hash table, we need to filter only those we need as we walk
Definition at line 600 of file ip6_mfib.c.
void* ip6_mfib_walk_ctx_t_::i6w_ctx |
Definition at line 604 of file ip6_mfib.c.
mfib_table_walk_fn_t ip6_mfib_walk_ctx_t_::i6w_fn |
Definition at line 603 of file ip6_mfib.c.
u32 ip6_mfib_walk_ctx_t_::i6w_mfib_index |
Definition at line 602 of file ip6_mfib.c.