Searched refs:put_child (Results 1 – 1 of 1) sorted by relevance
/net/ipv4/ |
D | fib_trie.c | 419 static void put_child(struct key_vector *tn, unsigned long i, in put_child() function 476 put_child(tp, get_index(key, tp), n); in put_child_root() 570 put_child(tn, get_index(inode->key, tn), inode); in inflate() 579 put_child(tn, 2 * i + 1, get_child(inode, 1)); in inflate() 580 put_child(tn, 2 * i, get_child(inode, 0)); in inflate() 610 put_child(node1, --j, get_child(inode, --k)); in inflate() 611 put_child(node0, j, get_child(inode, j)); in inflate() 612 put_child(node1, --j, get_child(inode, --k)); in inflate() 613 put_child(node0, j, get_child(inode, j)); in inflate() 621 put_child(tn, 2 * i + 1, node1); in inflate() [all …]
|