Lines Matching refs:cur_group
188 struct mcast_group *cur_group; in mcast_insert() local
193 cur_group = rb_entry(parent, struct mcast_group, node); in mcast_insert()
195 ret = memcmp(group->rec.mgid.raw, cur_group->rec.mgid.raw, in mcast_insert()
202 return cur_group; in mcast_insert()
750 struct mcast_group *group = NULL, *cur_group, *n; in search_relocate_mgid0_group() local
763 cur_group = mcast_insert(ctx, group); in search_relocate_mgid0_group()
764 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()