fib6_run_gc       213 include/net/ip6_fib.h extern void			fib6_run_gc(unsigned long expires,
fib6_run_gc      1474 net/ipv6/ip6_fib.c 	fib6_run_gc(0, (struct net *)arg);
fib6_run_gc      1662 net/ipv6/ndisc.c 		fib6_run_gc(~0UL, net);
fib6_run_gc      1666 net/ipv6/ndisc.c 		fib6_run_gc(~0UL, net);
fib6_run_gc      1040 net/ipv6/route.c 	fib6_run_gc(net->ipv6.ip6_rt_gc_expire, net);
fib6_run_gc      2493 net/ipv6/route.c 		fib6_run_gc(delay <= 0 ? ~0UL : (unsigned long)delay, net);