Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Droute.c623 rt->dst.expires = fnhe->fnhe_expires; in fill_route_from_fnhe()
676 fnhe->fnhe_expires = max(1UL, expires); in update_or_create_fnhe()
705 fnhe->fnhe_expires = max(1UL, expires); in update_or_create_fnhe()
1385 if (fnhe->fnhe_expires && in find_exception()
1386 time_after(jiffies, fnhe->fnhe_expires)) { in find_exception()
1417 if (fnhe && !time_after_eq(jiffies, fnhe->fnhe_expires)) in ip_mtu_from_fib_result()
1449 fnhe->fnhe_expires = 0; in rt_bind_exception()
3086 if (fnhe->fnhe_expires && in fnhe_dump_bucket()
3087 time_after(jiffies, fnhe->fnhe_expires)) in fnhe_dump_bucket()
/linux-6.15/include/net/
H A Dip_fib.h68 unsigned long fnhe_expires; member