Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Droute.c617 rt->dst.expires = fnhe->fnhe_expires; in fill_route_from_fnhe()
670 fnhe->fnhe_expires = max(1UL, expires); in update_or_create_fnhe()
699 fnhe->fnhe_expires = max(1UL, expires); in update_or_create_fnhe()
1362 if (fnhe->fnhe_expires && in find_exception()
1363 time_after(jiffies, fnhe->fnhe_expires)) { in find_exception()
1394 if (fnhe && !time_after_eq(jiffies, fnhe->fnhe_expires)) in ip_mtu_from_fib_result()
1426 fnhe->fnhe_expires = 0; in rt_bind_exception()
3073 if (fnhe->fnhe_expires && in fnhe_dump_bucket()
3074 time_after(jiffies, fnhe->fnhe_expires)) in fnhe_dump_bucket()
/linux/include/net/
A Dip_fib.h65 unsigned long fnhe_expires; member

Completed in 11 milliseconds