Searched refs:gc_args (Results 1 – 2 of 2) sorted by relevance
/net/ipv6/ |
D | ip6_fib.c | 2286 struct fib6_gc_args *gc_args = arg; in fib6_age() local 2299 gc_args->more++; in fib6_age() 2306 rt6_age_exceptions(rt, gc_args, now); in fib6_age() 2313 struct fib6_gc_args gc_args; in fib6_run_gc() local 2322 gc_args.timeout = expires ? (int)expires : in fib6_run_gc() 2324 gc_args.more = 0; in fib6_run_gc() 2326 fib6_clean_all(net, fib6_age, &gc_args); in fib6_run_gc() 2330 if (gc_args.more) in fib6_run_gc()
|
D | route.c | 2074 struct fib6_gc_args *gc_args, in rt6_age_examine_exception() argument 2086 if (time_after_eq(now, rt->dst.lastuse + gc_args->timeout)) { in rt6_age_examine_exception() 2110 gc_args->more++; in rt6_age_examine_exception() 2114 struct fib6_gc_args *gc_args, in fib6_nh_age_exceptions() argument 2133 gc_args, now); in fib6_nh_age_exceptions() 2143 struct fib6_gc_args *gc_args; member 2151 fib6_nh_age_exceptions(nh, arg->gc_args, arg->now); in rt6_nh_age_exceptions() 2156 struct fib6_gc_args *gc_args, in rt6_age_exceptions() argument 2161 .gc_args = gc_args, in rt6_age_exceptions() 2168 fib6_nh_age_exceptions(f6i->fib6_nh, gc_args, now); in rt6_age_exceptions()
|