Searched refs:ins_point (Results 1 – 1 of 1) sorted by relevance
26 struct rb_node **ins_point = &list->tree.rb_node, *parent = NULL; in __hw_addr_insert() local29 while (*ins_point) { in __hw_addr_insert()32 ha = rb_entry(*ins_point, struct netdev_hw_addr, node); in __hw_addr_insert()37 parent = *ins_point; in __hw_addr_insert()39 ins_point = &parent->rb_left; in __hw_addr_insert()41 ins_point = &parent->rb_right; in __hw_addr_insert()46 rb_link_node_rcu(&new->node, parent, ins_point); in __hw_addr_insert()80 struct rb_node **ins_point = &list->tree.rb_node, *parent = NULL; in __hw_addr_add_ex() local86 while (*ins_point) { in __hw_addr_add_ex()89 ha = rb_entry(*ins_point, struct netdev_hw_addr, node); in __hw_addr_add_ex()[all …]