Lines Matching refs:expires
633 rth->u.dst.expires; in rt_valuable()
645 if (rth->u.dst.expires && in rt_may_expire()
646 time_after_eq(jiffies, rth->u.dst.expires)) in rt_may_expire()
819 if (rth->u.dst.expires) { in rt_check_expire()
821 if (time_before_eq(jiffies, rth->u.dst.expires)) { in rt_check_expire()
918 net->ipv4.rt_secret_timer.expires += ip_rt_secret_interval; in rt_secret_rebuild_oneshot()
1463 rt->u.dst.expires) { in ipv4_negative_advice()
2788 long expires; in rt_fill_info() local
2833 expires = rt->u.dst.expires ? rt->u.dst.expires - jiffies : 0; in rt_fill_info()
2866 expires, error) < 0) in rt_fill_info()
3070 long time = net->ipv4.rt_secret_timer.expires - jiffies; in rt_secret_reschedule()
3075 net->ipv4.rt_secret_timer.expires = time; in rt_secret_reschedule()
3077 net->ipv4.rt_secret_timer.expires = new; in rt_secret_reschedule()
3079 net->ipv4.rt_secret_timer.expires += jiffies; in rt_secret_reschedule()
3341 net->ipv4.rt_secret_timer.expires = in rt_secret_timer_init()