FD.io VPP
v20.01-48-g3e0dafb74
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 44 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 51 of file ip_neighbor.c.
uword** ip_neighbor_db_t_::ipndb_hash |
per interface hash
Definition at line 47 of file ip_neighbor.c.
u32 ip_neighbor_db_t_::ipndb_limit |
per-protocol limit - max number of neighbors
Definition at line 49 of file ip_neighbor.c.
u32 ip_neighbor_db_t_::ipndb_n_elts |
per-protocol number of elements
Definition at line 56 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 58 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 54 of file ip_neighbor.c.