Lines Matching refs:gc_args
2300 static int fib6_age(struct fib6_info *rt, struct fib6_gc_args *gc_args) in fib6_age() argument
2314 gc_args->more++; in fib6_age()
2321 rt6_age_exceptions(rt, gc_args, now); in fib6_age()
2328 struct fib6_gc_args *gc_args) in fib6_gc_table() argument
2338 if (fib6_age(rt, gc_args) == -1) in fib6_gc_table()
2342 static void fib6_gc_all(struct net *net, struct fib6_gc_args *gc_args) in fib6_gc_all() argument
2354 fib6_gc_table(net, table, gc_args); in fib6_gc_all()
2364 struct fib6_gc_args gc_args; in fib6_run_gc() local
2373 gc_args.timeout = expires ? (int)expires : in fib6_run_gc()
2375 gc_args.more = 0; in fib6_run_gc()
2377 fib6_gc_all(net, &gc_args); in fib6_run_gc()
2381 if (gc_args.more) in fib6_run_gc()