FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
fib_node_back_walk_ctx_t_ Struct Reference

Context passed between object during a back walk. More...

Data Fields

fib_node_bw_reason_flag_t fnbw_reason
 The reason/trigger for the backwalk. More...
 
u32 fnbw_depth
 the number of levels the walk has already traversed. More...
 

Detailed Description

Context passed between object during a back walk.

Definition at line 160 of file fib_node.h.

Field Documentation

u32 fib_node_back_walk_ctx_t_::fnbw_depth

the number of levels the walk has already traversed.

this value is maintained by the walk infra, tp limit the depth of a walk so it does not run indefinately the presence of a loop/cycle in the graph.

Definition at line 172 of file fib_node.h.

fib_node_bw_reason_flag_t fib_node_back_walk_ctx_t_::fnbw_reason

The reason/trigger for the backwalk.

Definition at line 164 of file fib_node.h.


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