FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
ip6_mfib_walk_ctx_t_ Struct Reference

Context when walking the IPv6 table. More...

Data Fields

u32 i6w_mfib_index
 
mfib_table_walk_fn_t i6w_fn
 
void * i6w_ctx
 

Detailed Description

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 605 of file ip6_mfib.c.

Field Documentation

void* ip6_mfib_walk_ctx_t_::i6w_ctx

Definition at line 609 of file ip6_mfib.c.

mfib_table_walk_fn_t ip6_mfib_walk_ctx_t_::i6w_fn

Definition at line 608 of file ip6_mfib.c.

u32 ip6_mfib_walk_ctx_t_::i6w_mfib_index

Definition at line 607 of file ip6_mfib.c.


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