Lines Matching defs:leaving
908 * Delete the ilm. Used by other parts of IP for the case of no_ilg/leaving
938 ip_delmulti_serial(ilm_t *ilm, boolean_t no_ilg, boolean_t leaving)
947 ret = ip_delmulti_impl(ilm, no_ilg, leaving);
954 ip_delmulti_impl(ilm_t *ilm, boolean_t no_ilg, boolean_t leaving)
966 if (leaving)
2523 boolean_t leaving;
2574 leaving = B_TRUE;
2589 leaving = B_TRUE;
2592 leaving = B_FALSE;
2596 if (leaving)
2606 (void) ip_delmulti_serial(ilm, B_FALSE, leaving);
2629 * IP_LEAVE_SOURCE_GROUP may leave (if leaving last source)
2630 * MCAST_LEAVE_SOURCE_GROUP may leave (if leaving last source)