Home
last modified time | relevance | path

Searched refs:fnhe_expires (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Droute.c658 rt->dst.expires = fnhe->fnhe_expires; in fill_route_from_fnhe()
711 fnhe->fnhe_expires = max(1UL, expires); in update_or_create_fnhe()
740 fnhe->fnhe_expires = max(1UL, expires); in update_or_create_fnhe()
1417 if (fnhe->fnhe_expires && in find_exception()
1418 time_after(jiffies, fnhe->fnhe_expires)) { in find_exception()
1449 if (fnhe && !time_after_eq(jiffies, fnhe->fnhe_expires)) in ip_mtu_from_fib_result()
1481 fnhe->fnhe_expires = 0; in rt_bind_exception()
3018 if (fnhe->fnhe_expires && in fnhe_dump_bucket()
3019 time_after(jiffies, fnhe->fnhe_expires)) in fnhe_dump_bucket()
/kernel/linux/linux-6.6/net/ipv4/
H A Droute.c628 rt->dst.expires = fnhe->fnhe_expires; in fill_route_from_fnhe()
681 fnhe->fnhe_expires = max(1UL, expires); in update_or_create_fnhe()
710 fnhe->fnhe_expires = max(1UL, expires); in update_or_create_fnhe()
1379 if (fnhe->fnhe_expires && in find_exception()
1380 time_after(jiffies, fnhe->fnhe_expires)) { in find_exception()
1411 if (fnhe && !time_after_eq(jiffies, fnhe->fnhe_expires)) in ip_mtu_from_fib_result()
1443 fnhe->fnhe_expires = 0; in rt_bind_exception()
3095 if (fnhe->fnhe_expires && in fnhe_dump_bucket()
3096 time_after(jiffies, fnhe->fnhe_expires)) in fnhe_dump_bucket()
/kernel/linux/linux-5.10/include/net/
H A Dip_fib.h65 unsigned long fnhe_expires; member
/kernel/linux/linux-6.6/include/net/
H A Dip_fib.h66 unsigned long fnhe_expires; member

Completed in 12 milliseconds