fib6_run_gc       469 include/net/ip6_fib.h void fib6_run_gc(unsigned long expires, struct net *net, bool force);
fib6_run_gc      2238 net/ipv6/ip6_fib.c 	fib6_run_gc(0, arg, true);
fib6_run_gc      1784 net/ipv6/ndisc.c 		fib6_run_gc(0, net, false);
fib6_run_gc      1804 net/ipv6/ndisc.c 		fib6_run_gc(0, net, false);
fib6_run_gc      3212 net/ipv6/route.c 	fib6_run_gc(net->ipv6.ip6_rt_gc_expire, net, true);
fib6_run_gc      6076 net/ipv6/route.c 	fib6_run_gc(delay <= 0 ? 0 : (unsigned long)delay, net, delay > 0);