put_child         158 net/ipv4/fib_trie.c static void put_child(struct trie *t, struct tnode *tn, int i, struct node *n);
put_child         724 net/ipv4/fib_trie.c 			put_child(t, tn, 2*i, (struct node *) left);
put_child         725 net/ipv4/fib_trie.c 			put_child(t, tn, 2*i+1, (struct node *) right);
put_child         746 net/ipv4/fib_trie.c 				put_child(t, tn, 2*i, node);
put_child         748 net/ipv4/fib_trie.c 				put_child(t, tn, 2*i+1, node);
put_child         756 net/ipv4/fib_trie.c 			put_child(t, tn, 2*i, inode->child[0]);
put_child         757 net/ipv4/fib_trie.c 			put_child(t, tn, 2*i+1, inode->child[1]);
put_child         787 net/ipv4/fib_trie.c 		put_child(t, tn, 2*i, NULL);
put_child         792 net/ipv4/fib_trie.c 		put_child(t, tn, 2*i+1, NULL);
put_child         798 net/ipv4/fib_trie.c 			put_child(t, left, j, inode->child[j]);
put_child         799 net/ipv4/fib_trie.c 			put_child(t, right, j, inode->child[j + size]);
put_child         801 net/ipv4/fib_trie.c 		put_child(t, tn, 2*i, resize(t, left));
put_child         802 net/ipv4/fib_trie.c 		put_child(t, tn, 2*i+1, resize(t, right));
put_child         857 net/ipv4/fib_trie.c 			put_child(t, tn, i/2, (struct node *)newn);
put_child         872 net/ipv4/fib_trie.c 			put_child(t, tn, i/2, right);
put_child         877 net/ipv4/fib_trie.c 			put_child(t, tn, i/2, left);
put_child         883 net/ipv4/fib_trie.c 		put_child(t, tn, i/2, NULL);
put_child         884 net/ipv4/fib_trie.c 		put_child(t, newBinNode, 0, left);
put_child         885 net/ipv4/fib_trie.c 		put_child(t, newBinNode, 1, right);
put_child         886 net/ipv4/fib_trie.c 		put_child(t, tn, i/2, resize(t, newBinNode));
put_child        1108 net/ipv4/fib_trie.c 		put_child(t, (struct tnode *)tp, cindex, (struct node *)l);
put_child        1138 net/ipv4/fib_trie.c 		put_child(t, tn, missbit, (struct node *)l);
put_child        1139 net/ipv4/fib_trie.c 		put_child(t, tn, 1-missbit, n);
put_child        1143 net/ipv4/fib_trie.c 			put_child(t, (struct tnode *)tp, cindex,
put_child        1577 net/ipv4/fib_trie.c 		put_child(t, (struct tnode *)tp, cindex, NULL);