Searched refs:fnhe_expires (Results 1 – 2 of 2) sorted by relevance
625 rt->dst.expires = fnhe->fnhe_expires; in fill_route_from_fnhe()678 fnhe->fnhe_expires = max(1UL, expires); in update_or_create_fnhe()707 fnhe->fnhe_expires = max(1UL, expires); in update_or_create_fnhe()1370 if (fnhe->fnhe_expires && in find_exception()1371 time_after(jiffies, fnhe->fnhe_expires)) { in find_exception()1402 if (fnhe && !time_after_eq(jiffies, fnhe->fnhe_expires)) in ip_mtu_from_fib_result()1434 fnhe->fnhe_expires = 0; in rt_bind_exception()3081 if (fnhe->fnhe_expires && in fnhe_dump_bucket()3082 time_after(jiffies, fnhe->fnhe_expires)) in fnhe_dump_bucket()
65 unsigned long fnhe_expires; member