Searched refs:get_child (Results 1 – 1 of 1) sorted by relevance
/net/ipv4/ |
D | fib_trie.c | 204 #define get_child(tn, i) rtnl_dereference((tn)->tnode[i]) macro 425 struct key_vector *chi = get_child(tn, i); in put_child() 457 struct key_vector *inode = get_child(tn, --i); in update_children() 531 struct key_vector *inode = get_child(tn, --i); in replace() 563 struct key_vector *inode = get_child(oldtnode, --i); 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() [all …]
|