Searched refs:omships (Results 1 – 2 of 2) sorted by relevance
268 struct in6_multi **omships; in im6o_grow() local281 omships = imo->im6o_membership; in im6o_grow()303 if (omships != NULL) { in im6o_grow()305 memcpy(nmships, omships, oldmax * sizeof(struct in6_multi *)); in im6o_grow()306 kfree_type(struct in6_multi *, oldmax, omships); in im6o_grow()
269 struct in_multi **omships; in imo_grow() local281 omships = imo->imo_membership; in imo_grow()310 if (omships != NULL) { in imo_grow()312 memcpy(nmships, omships, oldmax * sizeof(struct in_multi *)); in imo_grow()313 kfree_type(struct in_multi *, oldmax, omships); in imo_grow()