Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dip6_fib.c2064 struct fib6_gc_args *gc_args = arg; in fib6_age() local
2077 gc_args->more++; in fib6_age()
2084 rt6_age_exceptions(rt, gc_args, now); in fib6_age()
2091 struct fib6_gc_args gc_args; in fib6_run_gc() local
2100 gc_args.timeout = expires ? (int)expires : in fib6_run_gc()
2102 gc_args.more = 0; in fib6_run_gc()
2104 fib6_clean_all(net, fib6_age, &gc_args); in fib6_run_gc()
2108 if (gc_args.more) in fib6_run_gc()
Droute.c1752 struct fib6_gc_args *gc_args, in rt6_age_examine_exception() argument
1764 if (time_after_eq(now, rt->dst.lastuse + gc_args->timeout)) { in rt6_age_examine_exception()
1791 gc_args->more++; in rt6_age_examine_exception()
1795 struct fib6_gc_args *gc_args, in rt6_age_exceptions() argument
1816 gc_args, now); in rt6_age_exceptions()
/Linux-v4.19/include/net/
Dip6_route.h109 void rt6_age_exceptions(struct fib6_info *f6i, struct fib6_gc_args *gc_args,