Searched refs:ins_point (Results 1 – 1 of 1) sorted by relevance
24 struct rb_node **ins_point = &list->tree.rb_node, *parent = NULL; in __hw_addr_insert() local27 while (*ins_point) { in __hw_addr_insert()30 ha = rb_entry(*ins_point, struct netdev_hw_addr, node); in __hw_addr_insert()35 parent = *ins_point; in __hw_addr_insert()37 ins_point = &parent->rb_left; in __hw_addr_insert()39 ins_point = &parent->rb_right; in __hw_addr_insert()44 rb_link_node_rcu(&new->node, parent, ins_point); in __hw_addr_insert()78 struct rb_node **ins_point = &list->tree.rb_node, *parent = NULL; in __hw_addr_add_ex() local84 while (*ins_point) { in __hw_addr_add_ex()87 ha = rb_entry(*ins_point, struct netdev_hw_addr, node); in __hw_addr_add_ex()[all …]