Home
last modified time | relevance | path

Searched refs:tnode_full (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/net/ipv4/
Dfib_trie.c484 static inline int tnode_full(const struct tnode *tn, const struct rt_trie_node *n) in tnode_full() function
519 wasfull = tnode_full(tn, chi); in tnode_put_child_reorg()
521 isfull = tnode_full(tn, n); in tnode_put_child_reorg()
1008 wasfull = tnode_full(tp, tnode_get_child(tp, cindex)); in trie_rebalance()