Home
last modified time | relevance | path

Searched refs:gc_args (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv6/
A Dip6_fib.c2321 gc_args->more++; in fib6_age()
2328 rt6_age_exceptions(rt, gc_args, now); in fib6_age()
2335 struct fib6_gc_args *gc_args) in fib6_gc_table() argument
2345 if (fib6_age(rt, gc_args) == -1) in fib6_gc_table()
2349 static void fib6_gc_all(struct net *net, struct fib6_gc_args *gc_args) in fib6_gc_all() argument
2361 fib6_gc_table(net, table, gc_args); in fib6_gc_all()
2371 struct fib6_gc_args gc_args; in fib6_run_gc() local
2380 gc_args.timeout = expires ? (int)expires : in fib6_run_gc()
2382 gc_args.more = 0; in fib6_run_gc()
2384 fib6_gc_all(net, &gc_args); in fib6_run_gc()
[all …]
A Droute.c2087 struct fib6_gc_args *gc_args, in rt6_age_examine_exception() argument
2099 if (time_after_eq(now, rt->dst.lastuse + gc_args->timeout)) { in rt6_age_examine_exception()
2123 gc_args->more++; in rt6_age_examine_exception()
2127 struct fib6_gc_args *gc_args, in fib6_nh_age_exceptions() argument
2146 gc_args, now); in fib6_nh_age_exceptions()
2156 struct fib6_gc_args *gc_args; member
2164 fib6_nh_age_exceptions(nh, arg->gc_args, arg->now); in rt6_nh_age_exceptions()
2169 struct fib6_gc_args *gc_args, in rt6_age_exceptions() argument
2174 .gc_args = gc_args, in rt6_age_exceptions()
2181 fib6_nh_age_exceptions(f6i->fib6_nh, gc_args, now); in rt6_age_exceptions()
/linux/include/net/
A Dip6_route.h125 void rt6_age_exceptions(struct fib6_info *f6i, struct fib6_gc_args *gc_args,

Completed in 24 milliseconds