FD.io VPP
v21.01.1
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 607 of file ip6_mfib.c.
void* ip6_mfib_walk_ctx_t_::i6w_ctx |
Definition at line 611 of file ip6_mfib.c.
mfib_table_walk_fn_t ip6_mfib_walk_ctx_t_::i6w_fn |
Definition at line 610 of file ip6_mfib.c.
u32 ip6_mfib_walk_ctx_t_::i6w_mfib_index |
Definition at line 609 of file ip6_mfib.c.