Searched defs:IS_LEAF (Results 1 - 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/net/ipv4/ | ||
| H A D | fib_trie.c | 117 #define IS_LEAF(n) (!(n)->bits) macro |
| /kernel/linux/linux-6.6/net/ipv4/ | ||
| H A D | fib_trie.c | 118 #define IS_LEAF(n) (!(n)->bits) macro |
Completed in 8 milliseconds