Home
last modified time | relevance | path

Searched refs:rt_expire (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net/route/
H A Droute_temporal.c60 if (rt->rt_expire == 0) in expire_route()
63 if (rt->rt_expire <= time_uptime) in expire_route()
72 if (*next_callout == 0 || *next_callout > rt->rt_expire) in expire_route()
73 *next_callout = rt->rt_expire; in expire_route()
132 if (rnh->next_expire == 0 || rnh->next_expire > rt->rt_expire) { in tmproutes_update()
139 seconds = (rt->rt_expire - time_uptime); in tmproutes_update()
145 rnh->next_expire = rt->rt_expire; in tmproutes_update()
H A Droute_var.h174 u_long rt_expire; /* lifetime for route, e.g. redirect */ member
H A Droute_ctl.c393 rt->rt_expire = info->rti_rmx->rmx_expire ? in rt_set_expire_info()
1072 if (rt->rt_expire > 0) in add_route_nhop()
1115 if (rt->rt_expire > 0) in change_route_nhop()
/f-stack/lib/
H A Dff_route.c874 out->rmx_expire = rt->rt_expire ? in rt_getmetrics()
875 rt->rt_expire - time_uptime + time_second : 0; in rt_getmetrics()
/f-stack/freebsd/net/
H A Drtsock.c1251 out->rmx_expire = rt->rt_expire ? in rt_getmetrics()
1252 rt->rt_expire - time_uptime + time_second : 0; in rt_getmetrics()