Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dfib_trie.c115 #define IS_TRIE(n) ((n)->pos >= KEYLENGTH) macro
470 if (IS_TRIE(tp)) in put_child_root()
808 threshold *= IS_TRIE(tp) ? inflate_threshold_root : inflate_threshold; in should_inflate()
823 threshold *= IS_TRIE(tp) ? halve_threshold_root : halve_threshold; in should_halve()
1058 while (!IS_TRIE(tn)) in trie_rebalance()
1500 if (IS_TRIE(pn)) { in fib_table_lookup()
1759 while (!IS_TRIE(pn)) { in leaf_walk_rcu()
1806 if (IS_TRIE(pn)) in fib_trie_free()
1925 if (IS_TRIE(pn)) in fib_table_flush_external()
1996 if (IS_TRIE(p in fib_table_flush()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dfib_trie.c116 #define IS_TRIE(n) ((n)->pos >= KEYLENGTH) macro
471 if (IS_TRIE(tp)) in put_child_root()
809 threshold *= IS_TRIE(tp) ? inflate_threshold_root : inflate_threshold; in should_inflate()
824 threshold *= IS_TRIE(tp) ? halve_threshold_root : halve_threshold; in should_halve()
1105 while (!IS_TRIE(tn)) in trie_rebalance()
1547 if (IS_TRIE(pn)) { in fib_table_lookup()
1809 while (!IS_TRIE(pn)) { in leaf_walk_rcu()
1856 if (IS_TRIE(pn)) in fib_trie_free()
1975 if (IS_TRIE(pn)) in fib_table_flush_external()
2046 if (IS_TRIE(p in fib_table_flush()
[all...]

Completed in 6 milliseconds