Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip6_fib.h539 void fib6_age_exceptions(struct fib6_info *rt, struct fib6_gc_args *gc_args,
582 struct fib6_gc_args gc_args; in fib6_may_remove_gc_list() local
587 gc_args.timeout = READ_ONCE(net->ipv6.sysctl.ip6_rt_gc_interval); in fib6_may_remove_gc_list()
588 gc_args.more = 0; in fib6_may_remove_gc_list()
591 fib6_age_exceptions(f6i, &gc_args, jiffies); in fib6_may_remove_gc_list()
H A Dip6_route.h142 void rt6_age_exceptions(struct fib6_info *f6i, struct fib6_gc_args *gc_args,
/linux/net/ipv6/
H A Dip6_fib.c2355 void fib6_age_exceptions(struct fib6_info *rt, struct fib6_gc_args *gc_args, in fib6_age_exceptions() argument
2359 int old_more = gc_args->more; in fib6_age_exceptions()
2361 rt6_age_exceptions(rt, gc_args, now); in fib6_age_exceptions()
2363 if (!may_expire && old_more == gc_args->more) in fib6_age_exceptions()
2367 static int fib6_age(struct fib6_info *rt, struct fib6_gc_args *gc_args) in fib6_age() argument
2381 gc_args->more++; in fib6_age()
2388 fib6_age_exceptions(rt, gc_args, now); in fib6_age()
2395 struct fib6_gc_args *gc_args) in fib6_gc_table() argument
2405 if (fib6_age(rt, gc_args) == -1) in fib6_gc_table()
2409 static void fib6_gc_all(struct net *net, struct fib6_gc_args *gc_args) in fib6_gc_all() argument
[all …]
H A Droute.c2146 struct fib6_gc_args *gc_args, in rt6_age_examine_exception() argument
2159 gc_args->timeout)) { in rt6_age_examine_exception()
2183 gc_args->more++; in rt6_age_examine_exception()
2187 struct fib6_gc_args *gc_args, in fib6_nh_age_exceptions() argument
2206 gc_args, now); in fib6_nh_age_exceptions()
2216 struct fib6_gc_args *gc_args; member
2224 fib6_nh_age_exceptions(nh, arg->gc_args, arg->now); in rt6_nh_age_exceptions()
2229 struct fib6_gc_args *gc_args, in rt6_age_exceptions() argument
2234 .gc_args = gc_args, in rt6_age_exceptions()
2241 fib6_nh_age_exceptions(f6i->fib6_nh, gc_args, now); in rt6_age_exceptions()