FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
A representation of one queue of walk. More...
Data Fields | |
u64 | fwq_stats [FIB_WALK_QUEUE_STATS_NUM] |
Qeuee stats. More... | |
fib_node_list_t | fwq_queue |
The node list which acts as the queue. More... | |
A representation of one queue of walk.
Definition at line 132 of file fib_walk.c.
fib_node_list_t fib_walk_queue_t_::fwq_queue |
The node list which acts as the queue.
Definition at line 142 of file fib_walk.c.
u64 fib_walk_queue_t_::fwq_stats[FIB_WALK_QUEUE_STATS_NUM] |
Qeuee stats.
Definition at line 137 of file fib_walk.c.