Searched refs:nmships (Results 1 – 2 of 2) sorted by relevance
268 struct in_multi **nmships; in imo_grow() local278 nmships = NULL; in imo_grow()297 if ((nmships = kalloc_type(struct in_multi *, newmax, in imo_grow()312 memcpy(nmships, omships, oldmax * sizeof(struct in_multi *)); in imo_grow()328 imo->imo_membership = nmships; in imo_grow()329 nmships = NULL; in imo_grow()341 if (nmships != NULL) { in imo_grow()342 kfree_type(struct in_multi *, newmax, nmships); in imo_grow()359 int nmships; in imo_match_group() local369 nmships = imo->imo_num_memberships; in imo_match_group()[all …]
266 struct in6_multi **nmships; in im6o_grow() local276 nmships = NULL; in im6o_grow()287 if ((nmships = krealloc_type(struct in6_multi *, oldmax, newmax, in im6o_grow()292 imo->im6o_membership = nmships; in im6o_grow()323 int nmships; in im6o_match_group() local334 nmships = imo->im6o_num_memberships; in im6o_match_group()335 for (idx = 0; idx < nmships; idx++) { in im6o_match_group()349 if (idx >= nmships) { in im6o_match_group()