Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip6_fib.h536 void fib6_age_exceptions(struct fib6_info *rt, struct fib6_gc_args *gc_args,
579 struct fib6_gc_args gc_args; in fib6_may_remove_gc_list() local
584 gc_args.timeout = READ_ONCE(net->ipv6.sysctl.ip6_rt_gc_interval); in fib6_may_remove_gc_list()
585 gc_args.more = 0; in fib6_may_remove_gc_list()
588 fib6_age_exceptions(f6i, &gc_args, jiffies); in fib6_may_remove_gc_list()
/linux/net/ipv6/
H A Dip6_fib.c2353 void fib6_age_exceptions(struct fib6_info *rt, struct fib6_gc_args *gc_args,
2357 int old_more = gc_args->more; in fib6_age_exceptions()
2359 rt6_age_exceptions(rt, gc_args, now); in fib6_age_exceptions()
2361 if (!may_expire && old_more == gc_args->more) in fib6_age_exceptions()
2365 static int fib6_age(struct fib6_info *rt, struct fib6_gc_args *gc_args)
2379 gc_args->more++; in fib6_age()
2386 fib6_age_exceptions(rt, gc_args, now); in fib6_age()
2393 struct fib6_gc_args *gc_args) in fib6_gc_table()
2403 if (fib6_age(rt, gc_args) == -1) in fib6_gc_table()
2407 static void fib6_gc_all(struct net *net, struct fib6_gc_args *gc_args)
2354 fib6_age_exceptions(struct fib6_info * rt,struct fib6_gc_args * gc_args,unsigned long now) fib6_age_exceptions() argument
2366 fib6_age(struct fib6_info * rt,struct fib6_gc_args * gc_args) fib6_age() argument
2394 fib6_gc_table(struct net * net,struct fib6_table * tb6,struct fib6_gc_args * gc_args) fib6_gc_table() argument
2408 fib6_gc_all(struct net * net,struct fib6_gc_args * gc_args) fib6_gc_all() argument
2430 struct fib6_gc_args gc_args; fib6_run_gc() local
[all...]
H A Droute.c2146 struct fib6_gc_args *gc_args, in rt6_age_examine_exception()
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()
2206 gc_args, now); in fib6_nh_age_exceptions()
2216 struct fib6_gc_args *gc_args;
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()
2234 .gc_args = gc_args, in rt6_age_exceptions()
2145 rt6_age_examine_exception(struct rt6_exception_bucket * bucket,struct rt6_exception * rt6_ex,struct fib6_gc_args * gc_args,unsigned long now) rt6_age_examine_exception() argument
2186 fib6_nh_age_exceptions(const struct fib6_nh * nh,struct fib6_gc_args * gc_args,unsigned long now) fib6_nh_age_exceptions() argument
2215 struct fib6_gc_args *gc_args; global() member
2228 rt6_age_exceptions(struct fib6_info * f6i,struct fib6_gc_args * gc_args,unsigned long now) rt6_age_exceptions() argument
[all...]