Searched refs:imfp (Results 1 – 2 of 2) sorted by relevance
1586 struct in6_mfilter *imfp; in in6p_findmoptions() local1606 imfp = _MALLOC(sizeof(struct in6_mfilter) * IPV6_MIN_MEMBERSHIPS, in in6p_findmoptions()1608 if (imfp == NULL) { in in6p_findmoptions()1623 im6f_init(&imfp[idx], MCAST_UNDEFINED, MCAST_EXCLUDE); in in6p_findmoptions()1626 imo->im6o_mfilters = imfp; in in6p_findmoptions()
1673 struct in_mfilter *imfp; in inp_findmoptions() local1693 imfp = _MALLOC(sizeof(struct in_mfilter) * IP_MIN_MEMBERSHIPS, in inp_findmoptions()1695 if (imfp == NULL) { in inp_findmoptions()1712 imf_init(&imfp[idx], MCAST_UNDEFINED, MCAST_EXCLUDE); in inp_findmoptions()1715 imo->imo_mfilters = imfp; in inp_findmoptions()