Lines Matching refs:expires
628 rt->dst.expires = fnhe->fnhe_expires;
640 unsigned long expires)
681 fnhe->fnhe_expires = max(1UL, expires);
710 fnhe->fnhe_expires = max(1UL, expires);
850 rt->dst.expires) {
1042 time_before(jiffies, dst->expires - net->ipv4.ip_rt_mtu_expires / 2))
2944 unsigned long expires = 0;
3011 expires = rt->dst.expires;
3012 if (expires) {
3015 if (time_before(now, expires))
3016 expires -= now;
3018 expires = 0;
3022 if (rt->rt_pmtu && expires)
3024 if (rt->rt_mtu_locked && expires)
3063 if (rtnl_put_cacheinfo(skb, &rt->dst, 0, expires, error) < 0)