Home
last modified time | relevance | path

Searched refs:rta_cache_limit (Results 1 – 2 of 2) sorted by relevance

/dports/net/bird/bird-1.6.8/nest/
H A Drt-attr.c1036 static uint rta_cache_limit; variable
1045 rta_cache_limit = rta_cache_size * 2; in rta_alloc_hash()
1047 rta_cache_limit = ~0; in rta_alloc_hash()
1162 if (++rta_cache_count > rta_cache_limit) in rta_lookup()
1239 debug("Route attribute cache (%d entries, rehash at %d):\n", rta_cache_count, rta_cache_limit); in rta_dump_all()
/dports/net/bird2/bird-2.0.8/nest/
H A Drt-attr.c1081 static uint rta_cache_limit; variable
1090 rta_cache_limit = rta_cache_size * 2; in rta_alloc_hash()
1092 rta_cache_limit = ~0; in rta_alloc_hash()
1212 if (++rta_cache_count > rta_cache_limit) in rta_lookup()
1300 debug("Route attribute cache (%d entries, rehash at %d):\n", rta_cache_count, rta_cache_limit); in rta_dump_all()