Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dfib_trie.c292 static const int inflate_threshold_root = 30; variable
809 threshold *= IS_TRIE(tp) ? inflate_threshold_root : inflate_threshold; in should_inflate()