Searched refs:put_child (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_trie.c160 static void put_child(struct trie *t, struct tnode *tn, int i, struct node *n);
480 static inline void put_child(struct trie *t, struct tnode *tn, int i, function
731 put_child(t, tn, 2*i, (struct node *) left);
732 put_child(t, tn, 2*i+1, (struct node *) right);
753 put_child(t, tn, 2*i, node);
755 put_child(t, tn, 2*i+1, node);
763 put_child(t, tn, 2*i, inode->child[0]);
764 put_child(t, tn, 2*i+1, inode->child[1]);
794 put_child(t, tn, 2*i, NULL);
799 put_child(
[all...]

Completed in 74 milliseconds