Lines Matching refs:get_child
194 #define get_child(tn, i) rtnl_dereference((tn)->tnode[i]) macro
419 struct key_vector *chi = get_child(tn, i); in put_child()
451 struct key_vector *inode = get_child(tn, --i); in update_children()
525 struct key_vector *inode = get_child(tn, --i); in replace()
557 struct key_vector *inode = get_child(oldtnode, --i); in inflate()
576 put_child(tn, 2 * i + 1, get_child(inode, 1)); in inflate()
577 put_child(tn, 2 * i, get_child(inode, 0)); in inflate()
607 put_child(node1, --j, get_child(inode, --k)); in inflate()
608 put_child(node0, j, get_child(inode, j)); in inflate()
609 put_child(node1, --j, get_child(inode, --k)); in inflate()
610 put_child(node0, j, get_child(inode, j)); in inflate()
652 struct key_vector *node1 = get_child(oldtnode, --i); in halve()
653 struct key_vector *node0 = get_child(oldtnode, --i); in halve()
694 n = get_child(oldtnode, --i); in collapse()
725 struct key_vector *n = get_child(tn, i); in update_suffix()
862 BUG_ON(tn != get_child(tp, cindex)); in resize()
877 tn = get_child(tp, cindex); in resize()
900 tn = get_child(tp, cindex); in resize()
1072 n = get_child(tp, get_index(key, tp)); in fib_insert_node()
1821 n = get_child(pn, cindex); in fib_trie_free()
1939 n = get_child(pn, cindex); in fib_table_flush_external()
2009 n = get_child(pn, cindex); in fib_table_flush()
2084 n = get_child(pn, cindex); in __fib_info_notify_update()