Searched defs:held_ilg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_multi.c198 * Acquire reference on ilg and drop reference on held_ilg.
199 * In the case when held_ilg is the same as ilg we already have
200 * a reference, but the held_ilg might be condemned. In that case
205 ilg_transfer_hold(ilg_t *held_ilg, ilg_t *ilg) argument
207 if (held_ilg == ilg)
211 if (held_ilg != NULL)
212 ilg_refrele(held_ilg);
3080 ilg_t *ilg, *next_ilg, *held_ilg; local
3098 held_ilg = NULL;
3123 if (held_ilg !
3304 ilg_t *ilg, *held_ilg; local
3361 ilg_t *ilg, *held_ilg; local
[all...]

Completed in 50 milliseconds