FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
fib_node_list_head_t_ Struct Reference

A list of FIB nodes. More...

Data Fields

u32 fnlh_head
 The head element. More...
 
u32 fnlh_n_elts
 Number of elements in the list. More...
 

Detailed Description

A list of FIB nodes.

Definition at line 52 of file fib_node_list.c.

Field Documentation

◆ fnlh_head

u32 fib_node_list_head_t_::fnlh_head

The head element.

Definition at line 57 of file fib_node_list.c.

◆ fnlh_n_elts

u32 fib_node_list_head_t_::fnlh_n_elts

Number of elements in the list.

Definition at line 62 of file fib_node_list.c.


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