Lines Matching refs:gc_args
2298 static int fib6_age(struct fib6_info *rt, struct fib6_gc_args *gc_args) in fib6_age() argument
2312 gc_args->more++; in fib6_age()
2319 rt6_age_exceptions(rt, gc_args, now); in fib6_age()
2326 struct fib6_gc_args *gc_args) in fib6_gc_table() argument
2336 if (fib6_age(rt, gc_args) == -1) in fib6_gc_table()
2340 static void fib6_gc_all(struct net *net, struct fib6_gc_args *gc_args) in fib6_gc_all() argument
2351 fib6_gc_table(net, table, gc_args); in fib6_gc_all()
2360 struct fib6_gc_args gc_args; in fib6_run_gc() local
2369 gc_args.timeout = expires ? (int)expires : in fib6_run_gc()
2371 gc_args.more = 0; in fib6_run_gc()
2373 fib6_gc_all(net, &gc_args); in fib6_run_gc()
2377 if (gc_args.more) in fib6_run_gc()