Searched refs:ip6_del_cached_rt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 3895 static int ip6_del_cached_rt(struct fib6_config *cfg, struct fib6_info *rt, in ip6_del_cached_rt() function 3921 rc = ip6_del_cached_rt(arg->cfg, arg->f6i, nh); in fib6_nh_del_cached_rt() 3973 rc = ip6_del_cached_rt(cfg, rt, nh); in ip6_route_del()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 3979 static int ip6_del_cached_rt(struct fib6_config *cfg, struct fib6_info *rt, in ip6_del_cached_rt() function 4005 rc = ip6_del_cached_rt(arg->cfg, arg->f6i, nh); in fib6_nh_del_cached_rt() 4057 rc = ip6_del_cached_rt(cfg, rt, nh); in ip6_route_del()
|
Completed in 17 milliseconds