Searched refs:put_child (Results 1 – 1 of 1) sorted by relevance
/net/ipv4/ |
D | fib_trie.c | 422 static void put_child(struct key_vector *tn, unsigned long i, in put_child() function 479 put_child(tp, get_index(key, tp), n); in put_child_root() 573 put_child(tn, get_index(inode->key, tn), inode); in inflate() 582 put_child(tn, 2 * i + 1, get_child(inode, 1)); in inflate() 583 put_child(tn, 2 * i, get_child(inode, 0)); in inflate() 613 put_child(node1, --j, get_child(inode, --k)); in inflate() 614 put_child(node0, j, get_child(inode, j)); in inflate() 615 put_child(node1, --j, get_child(inode, --k)); in inflate() 616 put_child(node0, j, get_child(inode, j)); in inflate() 624 put_child(tn, 2 * i + 1, node1); in inflate() [all …]
|