Home
last modified time | relevance | path

Searched refs:im6o_max_memberships (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/bsd/netinet6/
H A Dip6_var.h141 u_short im6o_max_memberships; /* max memberships this socket */ member
143 struct in6_multi **__counted_by(im6o_max_memberships) im6o_membership;
H A Din6_mcast.c283 oldmax = imo->im6o_max_memberships; in im6o_grow()
322 imo->im6o_max_memberships = newmax; in im6o_grow()
1635 imo->im6o_max_memberships = IPV6_MIN_MEMBERSHIPS; in in6p_findmoptions()
2257 if (imo->im6o_num_memberships == imo->im6o_max_memberships) { in in6p_join_group()
H A Dip6_output.c3603 kfree_type_counted_by(struct in6_multi *, im6o->im6o_max_memberships, im6o->im6o_membership); in im6o_remref()