Home
last modified time | relevance | path

Searched refs:omfilters (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/bsd/netinet/
H A Din_mcast.c271 struct in_mfilter *omfilters; in imo_grow() local
282 omfilters = imo->imo_mfilters; in imo_grow()
317 if (omfilters != NULL) { in imo_grow()
319 memcpy(nmfilters, omfilters, oldmax * sizeof(struct in_mfilter)); in imo_grow()
320 kfree_type(struct in_mfilter, oldmax, omfilters); in imo_grow()
/xnu-8796.121.2/bsd/netinet6/
H A Din6_mcast.c269 struct in6_mfilter *omfilters; in im6o_grow() local
279 omfilters = imo->im6o_mfilters; in im6o_grow()
295 omfilters, Z_WAITOK | Z_ZERO)) == NULL) { in im6o_grow()