Searched refs:fib6_run_gc (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/include/net/ |
| D | ip6_fib.h | 282 void fib6_run_gc(unsigned long expires, struct net *net, bool force);
|
| /linux-4.4.14/net/ipv6/ |
| D | ndisc.c | 1688 fib6_run_gc(0, net, false); in ndisc_netdev_event() 1703 fib6_run_gc(0, net, false); in ndisc_netdev_event()
|
| D | ip6_fib.c | 1780 void fib6_run_gc(unsigned long expires, struct net *net, bool force) in fib6_run_gc() function 1810 fib6_run_gc(0, (struct net *)arg, true); in fib6_gc_timer_cb()
|
| D | route.c | 1687 fib6_run_gc(net->ipv6.ip6_rt_gc_expire, net, true); in ip6_dst_gc() 3428 fib6_run_gc(delay <= 0 ? 0 : (unsigned long)delay, net, delay > 0); in ipv6_sysctl_rtcache_flush()
|