Home
last modified time | relevance | path

Searched refs:fib6_run_gc (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/net/
Dip6_fib.h268 extern void fib6_run_gc(unsigned long expires,
/linux-3.4.99/net/ipv6/
Dip6_fib.c1589 void fib6_run_gc(unsigned long expires, struct net *net) in fib6_run_gc() function
1618 fib6_run_gc(0, (struct net *)arg); in fib6_gc_timer_cb()
Dndisc.c1740 fib6_run_gc(~0UL, net); in ndisc_netdev_event()
1744 fib6_run_gc(~0UL, net); in ndisc_netdev_event()
Droute.c1223 fib6_run_gc(net->ipv6.ip6_rt_gc_expire, net); in ip6_dst_gc()
2807 fib6_run_gc(delay <= 0 ? ~0UL : (unsigned long)delay, net); in ipv6_sysctl_rtcache_flush()