Searched refs:gc_args (Results 1 – 2 of 2) sorted by relevance
| /linux/net/ipv6/ |
| H A D | ip6_fib.c | 2352 static int fib6_age(struct fib6_info *rt, struct fib6_gc_args *gc_args) in fib6_age() argument 2366 gc_args->more++; in fib6_age() 2373 rt6_age_exceptions(rt, gc_args, now); in fib6_age() 2380 struct fib6_gc_args *gc_args) in fib6_gc_table() argument 2390 if (fib6_age(rt, gc_args) == -1) in fib6_gc_table() 2394 static void fib6_gc_all(struct net *net, struct fib6_gc_args *gc_args) in fib6_gc_all() argument 2406 fib6_gc_table(net, table, gc_args); in fib6_gc_all() 2416 struct fib6_gc_args gc_args; in fib6_run_gc() local 2427 gc_args.timeout = expires ? (int)expires : ip6_rt_gc_interval; in fib6_run_gc() 2428 gc_args.more = 0; in fib6_run_gc() [all …]
|
| H A D | route.c | 2138 struct fib6_gc_args *gc_args, in rt6_age_examine_exception() argument 2151 gc_args->timeout)) { in rt6_age_examine_exception() 2175 gc_args->more++; in rt6_age_examine_exception() 2179 struct fib6_gc_args *gc_args, in fib6_nh_age_exceptions() argument 2198 gc_args, now); in fib6_nh_age_exceptions() 2208 struct fib6_gc_args *gc_args; member 2216 fib6_nh_age_exceptions(nh, arg->gc_args, arg->now); in rt6_nh_age_exceptions() 2221 struct fib6_gc_args *gc_args, in rt6_age_exceptions() argument 2226 .gc_args = gc_args, in rt6_age_exceptions() 2233 fib6_nh_age_exceptions(f6i->fib6_nh, gc_args, now); in rt6_age_exceptions()
|