Lines Matching refs:expires
610 rt->dst.expires = fnhe->fnhe_expires; in fill_route_from_fnhe()
620 u32 pmtu, unsigned long expires) in update_or_create_fnhe() argument
654 fnhe->fnhe_expires = max(1UL, expires); in update_or_create_fnhe()
678 fnhe->fnhe_expires = expires; in update_or_create_fnhe()
809 rt->dst.expires) { in ipv4_negative_advice()
977 time_before(jiffies, dst->expires - ip_rt_mtu_expires / 2)) in __ip_rt_update_pmtu()
1231 if (!mtu || time_after_eq(jiffies, rt->dst.expires)) in ipv4_mtu()
1628 if (rth && rth->dst.expires && in __mkroute_input()
1629 time_after(jiffies, rth->dst.expires)) { in __mkroute_input()
1991 if (rth && rth->dst.expires && in __mkroute_output()
1992 time_after(jiffies, rth->dst.expires)) { in __mkroute_output()
2348 unsigned long expires = 0; in rt_fill_info() local
2397 expires = rt->dst.expires; in rt_fill_info()
2398 if (expires) { in rt_fill_info()
2401 if (time_before(now, expires)) in rt_fill_info()
2402 expires -= now; in rt_fill_info()
2404 expires = 0; in rt_fill_info()
2408 if (rt->rt_pmtu && expires) in rt_fill_info()
2443 if (rtnl_put_cacheinfo(skb, &rt->dst, 0, expires, error) < 0) in rt_fill_info()