Home
last modified time | relevance | path

Searched refs:fnhe_expires (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/ipv4/
Droute.c634 rt->dst.expires = fnhe->fnhe_expires; in fill_route_from_fnhe()
687 fnhe->fnhe_expires = max(1UL, expires); in update_or_create_fnhe()
711 fnhe->fnhe_expires = max(1UL, expires); in update_or_create_fnhe()
1374 if (fnhe->fnhe_expires && in find_exception()
1375 time_after(jiffies, fnhe->fnhe_expires)) { in find_exception()
1406 if (fnhe && !time_after_eq(jiffies, fnhe->fnhe_expires)) in ip_mtu_from_fib_result()
1438 fnhe->fnhe_expires = 0; in rt_bind_exception()
2890 if (fnhe->fnhe_expires && in fnhe_dump_bucket()
2891 time_after(jiffies, fnhe->fnhe_expires)) in fnhe_dump_bucket()
/Linux-v5.4/include/net/
Dip_fib.h65 unsigned long fnhe_expires; member