Home
last modified time | relevance | path

Searched refs:gc_args (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/net/ipv6/
Dip6_fib.c2298 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()
[all …]
Droute.c2075 struct fib6_gc_args *gc_args, in rt6_age_examine_exception() argument
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() argument
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() argument
2162 .gc_args = gc_args, in rt6_age_exceptions()
2169 fib6_nh_age_exceptions(f6i->fib6_nh, gc_args, now); in rt6_age_exceptions()
/Linux-v6.6/include/net/
Dip6_route.h126 void rt6_age_exceptions(struct fib6_info *f6i, struct fib6_gc_args *gc_args,