FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
ip_neighbor_db_t_ Struct Reference

Data Fields

uword ** ipndb_hash
 per interface hash More...
 
u32 ipndb_limit
 per-protocol limit - max number of neighbors More...
 
u32 ipndb_age
 max age of a neighbor before it's forcibly evicted More...
 
bool ipndb_recycle
 when the limit is reached and new neighbors are created, should we recycle an old one More...
 
u32 ipndb_n_elts
 per-protocol number of elements More...
 
u32ipndb_n_elts_per_fib
 per-protocol number of elements per-fib-index More...
 

Detailed Description

Definition at line 44 of file ip_neighbor.c.

Field Documentation

◆ ipndb_age

u32 ip_neighbor_db_t_::ipndb_age

max age of a neighbor before it's forcibly evicted

Definition at line 51 of file ip_neighbor.c.

◆ ipndb_hash

uword** ip_neighbor_db_t_::ipndb_hash

per interface hash

Definition at line 47 of file ip_neighbor.c.

◆ ipndb_limit

u32 ip_neighbor_db_t_::ipndb_limit

per-protocol limit - max number of neighbors

Definition at line 49 of file ip_neighbor.c.

◆ ipndb_n_elts

u32 ip_neighbor_db_t_::ipndb_n_elts

per-protocol number of elements

Definition at line 56 of file ip_neighbor.c.

◆ ipndb_n_elts_per_fib

u32* ip_neighbor_db_t_::ipndb_n_elts_per_fib

per-protocol number of elements per-fib-index

Definition at line 58 of file ip_neighbor.c.

◆ ipndb_recycle

bool ip_neighbor_db_t_::ipndb_recycle

when the limit is reached and new neighbors are created, should we recycle an old one

Definition at line 54 of file ip_neighbor.c.


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