Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv4/
Dfib_trie.c161 static void put_child(struct trie *t, struct tnode *tn, int i, struct rt_trie_node *n);
492 static inline void put_child(struct trie *t, struct tnode *tn, int i, in put_child() function
756 put_child(t, tn, 2*i, (struct rt_trie_node *) left); in inflate()
757 put_child(t, tn, 2*i+1, (struct rt_trie_node *) right); in inflate()
778 put_child(t, tn, 2*i, node); in inflate()
780 put_child(t, tn, 2*i+1, node); in inflate()
788 put_child(t, tn, 2*i, rtnl_dereference(inode->child[0])); in inflate()
789 put_child(t, tn, 2*i+1, rtnl_dereference(inode->child[1])); in inflate()
819 put_child(t, tn, 2*i, NULL); in inflate()
824 put_child(t, tn, 2*i+1, NULL); in inflate()
[all …]