Searched refs:LLQ_MIN_LEASE (Results 1 – 1 of 1) sorted by relevance
80 #define LLQ_MIN_LEASE (15 * 60) macro2104 if (lease < LLQ_MIN_LEASE) lease = LLQ_MIN_LEASE; in NewLLQ()2132 if (llq->llqlease < LLQ_MIN_LEASE) llq->llqlease = LLQ_MIN_LEASE; in LLQRefresh()2133 else if (llq->llqlease > LLQ_MAX_LEASE) llq->llqlease = LLQ_MIN_LEASE; in LLQRefresh()