Searched defs:T_LEAF (Results 1 - 1 of 1) sorted by relevance

/net/ipv4/
H A Dfib_trie.c91 #define T_LEAF 1 macro
95 #define IS_TNODE(n) (!(n->parent & T_LEAF))
96 #define IS_LEAF(n) (n->parent & T_LEAF)
433 l->parent = T_LEAF;
1045 * If we point to a T_LEAF, it might or might not have the same key
1046 * as we do. If it does, just change the value, update the T_LEAF's

Completed in 30 milliseconds