Searched refs:gc_args (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_fib.c | 2289 struct fib6_gc_args *gc_args = arg; in fib6_age() local 2302 gc_args->more++; in fib6_age() 2309 rt6_age_exceptions(rt, gc_args, now); in fib6_age() 2316 struct fib6_gc_args gc_args; in fib6_run_gc() local 2325 gc_args.timeout = expires ? (int)expires : in fib6_run_gc() 2327 gc_args.more = 0; in fib6_run_gc() 2329 fib6_clean_all(net, fib6_age, &gc_args); in fib6_run_gc() 2333 if (gc_args.more) in fib6_run_gc()
|
H A D | route.c | 2076 struct fib6_gc_args *gc_args, in rt6_age_examine_exception() 2088 if (time_after_eq(now, rt->dst.lastuse + gc_args->timeout)) { in rt6_age_examine_exception() 2115 gc_args->more++; in rt6_age_examine_exception() 2119 struct fib6_gc_args *gc_args, in fib6_nh_age_exceptions() 2138 gc_args, now); in fib6_nh_age_exceptions() 2148 struct fib6_gc_args *gc_args; member 2156 fib6_nh_age_exceptions(nh, arg->gc_args, arg->now); in rt6_nh_age_exceptions() 2161 struct fib6_gc_args *gc_args, in rt6_age_exceptions() 2166 .gc_args = gc_args, in rt6_age_exceptions() 2074 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 2118 fib6_nh_age_exceptions(const struct fib6_nh *nh, struct fib6_gc_args *gc_args, unsigned long now) fib6_nh_age_exceptions() argument 2160 rt6_age_exceptions(struct fib6_info *f6i, struct fib6_gc_args *gc_args, unsigned long now) rt6_age_exceptions() argument [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A 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()
|
H A D | route.c | 2075 struct fib6_gc_args *gc_args, in rt6_age_examine_exception() 2087 if (time_after_eq(now, rt->dst.lastuse + gc_args->timeout)) { in rt6_age_examine_exception() 2111 gc_args->more++; in rt6_age_examine_exception() 2115 struct fib6_gc_args *gc_args, in fib6_nh_age_exceptions() 2134 gc_args, now); in fib6_nh_age_exceptions() 2144 struct fib6_gc_args *gc_args; member 2152 fib6_nh_age_exceptions(nh, arg->gc_args, arg->now); in rt6_nh_age_exceptions() 2157 struct fib6_gc_args *gc_args, in rt6_age_exceptions() 2162 .gc_args = gc_args, in rt6_age_exceptions() 2073 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 2114 fib6_nh_age_exceptions(const struct fib6_nh *nh, struct fib6_gc_args *gc_args, unsigned long now) fib6_nh_age_exceptions() argument 2156 rt6_age_exceptions(struct fib6_info *f6i, struct fib6_gc_args *gc_args, unsigned long now) rt6_age_exceptions() argument [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | ip6_route.h | 130 void rt6_age_exceptions(struct fib6_info *f6i, struct fib6_gc_args *gc_args,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip6_route.h | 126 void rt6_age_exceptions(struct fib6_info *f6i, struct fib6_gc_args *gc_args,
|
Completed in 19 milliseconds