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.c2354 void fib6_age_exceptions(struct fib6_info *rt, struct fib6_gc_args *gc_args, in fib6_age_exceptions() argument
2358 int old_more = gc_args->more; in fib6_age_exceptions()
2360 rt6_age_exceptions(rt, gc_args, now); in fib6_age_exceptions()
2362 if (!may_expire && old_more == gc_args->more) in fib6_age_exceptions()
2366 static int fib6_age(struct fib6_info *rt, struct fib6_gc_args *gc_args) in fib6_age() argument
2380 gc_args->more++; in fib6_age()
2387 fib6_age_exceptions(rt, gc_args, now); in fib6_age()
2394 struct fib6_gc_args *gc_args) in fib6_gc_table() argument
2404 if (fib6_age(rt, gc_args) == -1) in fib6_gc_table()
2408 static void fib6_gc_all(struct net *net, struct fib6_gc_args *gc_args) in fib6_gc_all() argument
[all …]
H A Droute.c2142 struct fib6_gc_args *gc_args, in rt6_age_examine_exception()
2155 gc_args->timeout)) { in rt6_age_examine_exception()
2179 gc_args->more++; in fib6_nh_age_exceptions() argument
2183 struct fib6_gc_args *gc_args, in fib6_nh_age_exceptions()
2202 gc_args, now); in fib6_nh_age_exceptions()
2212 struct fib6_gc_args *gc_args; in rt6_nh_age_exceptions()
2220 fib6_nh_age_exceptions(nh, arg->gc_args, arg->now); in rt6_age_exceptions()
2225 struct fib6_gc_args *gc_args, in rt6_age_exceptions()
2230 .gc_args = gc_args, in rt6_age_exceptions()
2138 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
2208 struct fib6_gc_args *gc_args; global() member
2221 rt6_age_exceptions(struct fib6_info * f6i,struct fib6_gc_args * gc_args,unsigned long now) rt6_age_exceptions() argument
[all...]