Lines Matching refs:sla_max
428 uint32_t sla_max;
431 if (ia->sla_max == 0) {
434 sla_max = 0;
436 if (ifi != ifp && ifi->index > sla_max)
437 sla_max = ifi->index;
440 sla_max = ia->sla_max;
442 bits = ffs32(sla_max);
460 if (ia->sla_max == 0)
461 /* Work out the real sla_max from our bits used */
462 ia->sla_max = (uint32_t)BIT_MASK(asla.prefix_len -