Home
last modified time | relevance | path

Searched refs:rt_poison_time (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c670 if (RT->rt_poison_time < now_expire || in walk_supply()
686 RT->rt_poison_time < now_expire) { in walk_supply()
687 RT->rt_poison_time = now.tv_sec; in walk_supply()
717 RT->rt_poison_time < now_garbage)) in walk_supply()
H A Dtrace.c1057 if (RT->rt_poison_time >= now_garbage && in walk_trace()
1060 RT->rt_poison_metric, ts(RT->rt_poison_time)); in walk_trace()
H A Ddefs.h218 time_t rt_poison_time; /* advertised metric */ member