Searched refs:imo_max_memberships (Results 1 – 2 of 2) sorted by relevance
283 oldmax = imo->imo_max_memberships; in imo_grow()313 imo->imo_max_memberships = newmax; in imo_grow()484 VERIFY(to->imo_max_memberships != 0 && from->imo_max_memberships != 0); in imo_clone()485 if (to->imo_max_memberships < from->imo_max_memberships) { in imo_clone()490 err = imo_grow(to, from->imo_max_memberships); in imo_clone()495 VERIFY(to->imo_max_memberships >= from->imo_max_memberships); in imo_clone()1707 imo->imo_max_memberships = IP_MIN_MEMBERSHIPS; in inp_findmoptions()2305 if (imo->imo_num_memberships == imo->imo_max_memberships) { in inp_join_group()
132 u_short imo_max_memberships; /* max memberships this socket */ member