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

/linux-master/net/ipv4/
H A Dfib_trie.c119 #define IS_LEAF(n) (!(n)->bits) macro
1493 if (IS_LEAF(n))
1522 if (unlikely(IS_LEAF(n)))
1805 if (IS_LEAF(n) && (n->key >= key))
1826 if (IS_LEAF(n))
2471 if (IS_LEAF(n)) {
2533 if (IS_LEAF(n)) {

Completed in 106 milliseconds