Searched refs:fib6_run_gc (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ip6_fib.h | 511 void fib6_run_gc(unsigned long expires, struct net *net, bool force);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip6_fib.h | 501 void fib6_run_gc(unsigned long expires, struct net *net, bool force);
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ndisc.c | 1802 fib6_run_gc(0, net, false); in ndisc_netdev_event() 1822 fib6_run_gc(0, net, false); in ndisc_netdev_event()
|
H A D | ip6_fib.c | 2314 void fib6_run_gc(unsigned long expires, struct net *net, bool force) in fib6_run_gc() function 2346 fib6_run_gc(0, arg, true); in fib6_gc_timer_cb()
|
H A D | route.c | 3208 fib6_run_gc(atomic_inc_return(&net->ipv6.ip6_rt_gc_expire), net, true); in ip6_dst_gc() 6189 fib6_run_gc(delay <= 0 ? 0 : (unsigned long)delay, net, delay > 0); in ipv6_sysctl_rtcache_flush()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ndisc.c | 1878 fib6_run_gc(0, net, false); in ndisc_netdev_event() 1907 fib6_run_gc(0, net, false); in ndisc_netdev_event()
|
H A D | ip6_fib.c | 2311 void fib6_run_gc(unsigned long expires, struct net *net, bool force) in fib6_run_gc() function 2343 fib6_run_gc(0, arg, true); in fib6_gc_timer_cb()
|
H A D | route.c | 3302 fib6_run_gc(atomic_inc_return(&net->ipv6.ip6_rt_gc_expire), net, true); in ip6_dst_gc() 6336 fib6_run_gc(delay <= 0 ? 0 : (unsigned long)delay, net, delay > 0); in ipv6_sysctl_rtcache_flush()
|
Completed in 34 milliseconds