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

/linux-master/net/ipv4/
H A Dfib_trie.c117 #define IS_TRIE(n) ((n)->pos >= KEYLENGTH) macro
472 if (IS_TRIE(tp))
810 threshold *= IS_TRIE(tp) ? inflate_threshold_root : inflate_threshold;
825 threshold *= IS_TRIE(tp) ? halve_threshold_root : halve_threshold;
1106 while (!IS_TRIE(tn))
1548 if (IS_TRIE(pn)) {
1810 while (!IS_TRIE(pn)) {
1857 if (IS_TRIE(pn))
1976 if (IS_TRIE(pn))
2047 if (IS_TRIE(p
[all...]

Completed in 100 milliseconds