Lines Matching refs:cur_group
184 struct mcast_group *cur_group; in mcast_insert() local
189 cur_group = rb_entry(parent, struct mcast_group, node); in mcast_insert()
191 ret = memcmp(group->rec.mgid.raw, cur_group->rec.mgid.raw, in mcast_insert()
198 return cur_group; in mcast_insert()
746 struct mcast_group *group = NULL, *cur_group; in search_relocate_mgid0_group() local
762 cur_group = mcast_insert(ctx, group); in search_relocate_mgid0_group()
763 if (cur_group) { in search_relocate_mgid0_group()
813 struct mcast_group *group, *cur_group; in acquire_group() local
855 cur_group = mcast_insert(ctx, group); in acquire_group()
856 if (cur_group) { in acquire_group()
857 mcg_warn("group just showed up %s - confused\n", cur_group->name); in acquire_group()