Home
last modified time | relevance | path

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

/net/ipv4/
Dfib_trie.c195 #define get_child(tn, i) rtnl_dereference((tn)->tnode[i]) macro
422 struct key_vector *chi = get_child(tn, i); in put_child()
454 struct key_vector *inode = get_child(tn, --i); in update_children()
528 struct key_vector *inode = get_child(tn, --i); in replace()
560 struct key_vector *inode = get_child(oldtnode, --i); 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()
[all …]