FD.io VPP  v19.04.1-1-ge4a0f9f
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 600 of file ip6_mfib.c.

Field Documentation

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.


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