tnode_get_child 198 net/ipv4/fib_trie.c struct node *ret = tnode_get_child(tn, i); tnode_get_child 703 net/ipv4/fib_trie.c inode = (struct tnode *) tnode_get_child(oldtnode, i); tnode_get_child 731 net/ipv4/fib_trie.c struct node *node = tnode_get_child(oldtnode, i); tnode_get_child 786 net/ipv4/fib_trie.c left = (struct tnode *) tnode_get_child(tn, 2*i); tnode_get_child 791 net/ipv4/fib_trie.c right = (struct tnode *) tnode_get_child(tn, 2*i+1); tnode_get_child 845 net/ipv4/fib_trie.c left = tnode_get_child(oldtnode, i); tnode_get_child 846 net/ipv4/fib_trie.c right = tnode_get_child(oldtnode, i+1); tnode_get_child 865 net/ipv4/fib_trie.c left = tnode_get_child(oldtnode, i); tnode_get_child 866 net/ipv4/fib_trie.c right = tnode_get_child(oldtnode, i+1); tnode_get_child 882 net/ipv4/fib_trie.c newBinNode = (struct tnode *) tnode_get_child(tn, i/2); tnode_get_child 994 net/ipv4/fib_trie.c wasfull = tnode_full(tp, tnode_get_child(tp, cindex)); tnode_get_child 1055 net/ipv4/fib_trie.c n = tnode_get_child(tn, tnode_get_child 1409 net/ipv4/fib_trie.c n = tnode_get_child(pn, cindex);