Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dfib_trie.c116 #define IS_TRIE(n) ((n)->pos >= KEYLENGTH) macro
473 if (IS_TRIE(tp)) in put_child_root()
811 threshold *= IS_TRIE(tp) ? inflate_threshold_root : inflate_threshold; in should_inflate()
826 threshold *= IS_TRIE(tp) ? halve_threshold_root : halve_threshold; in should_halve()
1010 while (!IS_TRIE(tn)) in trie_rebalance()
1415 if (IS_TRIE(pn)) { in fib_table_lookup()
1643 while (!IS_TRIE(pn)) { in leaf_walk_rcu()
1690 if (IS_TRIE(pn)) in fib_trie_free()
1809 if (IS_TRIE(pn)) in fib_table_flush_external()
1879 if (IS_TRIE(pn)) in fib_table_flush()
[all …]