FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
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... | |
u32 * | ipndb_n_elts_per_fib |
per-protocol number of elements per-fib-index More... | |
Definition at line 45 of file ip_neighbor.c.
u32 ip_neighbor_db_t_::ipndb_age |
max age of a neighbor before it's forcibly evicted
Definition at line 52 of file ip_neighbor.c.
uword** ip_neighbor_db_t_::ipndb_hash |
per interface hash
Definition at line 48 of file ip_neighbor.c.
u32 ip_neighbor_db_t_::ipndb_limit |
per-protocol limit - max number of neighbors
Definition at line 50 of file ip_neighbor.c.
u32 ip_neighbor_db_t_::ipndb_n_elts |
per-protocol number of elements
Definition at line 57 of file ip_neighbor.c.
u32* ip_neighbor_db_t_::ipndb_n_elts_per_fib |
per-protocol number of elements per-fib-index
Definition at line 59 of file ip_neighbor.c.
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 55 of file ip_neighbor.c.