Searched refs:rt6i_expires (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dip6_fib.h91 #define rt6i_expires dst.expires macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6_fib.c638 iter->rt6i_expires = rt->rt6i_expires;
641 iter->rt6i_expires = 0;
1444 if (rt->rt6i_flags&RTF_EXPIRES && rt->rt6i_expires) {
1445 if (time_after(now, rt->rt6i_expires)) {
H A Droute.c221 time_after(jiffies, rt->rt6i_expires));
511 rt->rt6i_expires = jiffies + HZ * lifetime;
846 rt->rt6i_expires = 0;
1153 rt->rt6i_expires = (cfg->fc_flags & RTF_EXPIRES) ?
1669 rt->rt6i_expires = 0;
2285 else if (rt->rt6i_expires - jiffies < INT_MAX)
2286 expires = rt->rt6i_expires - jiffies;
H A Daddrconf.c828 rt->rt6i_expires = expires;
1902 rt->rt6i_expires = jiffies + rt_expires;
1906 rt->rt6i_expires = 0;
H A Dndisc.c1267 rt->rt6i_expires = jiffies + (HZ * lifetime);

Completed in 133 milliseconds