Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv4/
Dfib_trie.c885 struct tnode *newBinNode; in halve() local
904 newBinNode = (struct tnode *) tnode_get_child(tn, i/2); in halve()
906 put_child(t, newBinNode, 0, left); in halve()
907 put_child(t, newBinNode, 1, right); in halve()
908 put_child(t, tn, i/2, resize(t, newBinNode)); in halve()