Searched refs:nmships (Results 1 – 2 of 2) sorted by relevance
271 struct in6_multi **nmships; in im6o_grow() local281 nmships = NULL; in im6o_grow()292 if ((nmships = krealloc_type(struct in6_multi *, oldmax, newmax, in im6o_grow()297 imo->im6o_membership = nmships; in im6o_grow()328 int nmships; in im6o_match_group() local339 nmships = imo->im6o_num_memberships; in im6o_match_group()340 for (idx = 0; idx < nmships; idx++) { in im6o_match_group()354 if (idx >= nmships) { in im6o_match_group()
270 struct in_multi **nmships; in imo_grow() local279 nmships = NULL; in imo_grow()292 if ((nmships = krealloc_type(struct in_multi *, oldmax, newmax, in imo_grow()297 imo->imo_membership = nmships; in imo_grow()327 int nmships; in imo_match_group() local337 nmships = imo->imo_num_memberships; in imo_match_group()338 for (idx = 0; idx < nmships; idx++) { in imo_match_group()351 if (idx >= nmships) { in imo_match_group()