Home | History | Annotate | Download | only in dns

Lines Matching refs:STALE

81 #define STALE(header)                                  \
307 if (STALE(header)) {
889 * If current is nonexistent, ancient, or stale and
890 * we are not keeping stale, we can clean it up.
893 (STALE(current) && !KEEPSTALE(rbtdb)))
1982 * sure that stale nodes will be removed in
2121 bool stale = STALE(header);
2141 * Mark header stale or ancient if the RRset is no longer active.
2146 * If this data is in the stale window keep it and if
2153 stale = true;
2156 * We are not keeping stale, or it is outside the
2157 * stale window. Mark ancient, i.e. ready for cleanup.
2183 if (stale && !ancient) {
2724 * stale. If the cache data is stale, new lower trust
2831 * to be done w.r.t stale data; it gets replaced normally
4167 * If we are not returning stale records or the rdataset is
5027 /* Only account for stale TTL if cache is not overmem */