Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dfib_trie.c196 #define get_child(tn, i) rtnl_dereference((tn)->tnode[i]) macro
415 struct key_vector *chi = get_child(tn, i); in put_child()
447 struct key_vector *inode = get_child(tn, --i); in update_children()
521 struct key_vector *inode = get_child(tn, --i); in replace()
553 struct key_vector *inode = get_child(oldtnode, --i); in inflate()
572 put_child(tn, 2 * i + 1, get_child(inode, 1)); in inflate()
573 put_child(tn, 2 * i, get_child(inode, 0)); in inflate()
603 put_child(node1, --j, get_child(inode, --k)); in inflate()
604 put_child(node0, j, get_child(inode, j)); in inflate()
605 put_child(node1, --j, get_child(inode, --k)); in inflate()
[all …]