Searched refs:ip6_del_rt (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | ipv6_stubs.h | 52 int (*ip6_del_rt)(struct net *net, struct fib6_info *rt, bool skip_notify); member
|
A D | ip6_route.h | 123 int ip6_del_rt(struct net *net, struct fib6_info *f6i, bool skip_notify);
|
/linux-6.3-rc2/net/ipv6/ |
A D | anycast.c | 374 ip6_del_rt(dev_net(idev->dev), aca->aca_rt, false); in __ipv6_dev_ac_dec() 403 ip6_del_rt(dev_net(idev->dev), aca->aca_rt, false); in ipv6_ac_destroy_dev()
|
A D | addrconf_core.c | 216 .ip6_del_rt = eafnosupport_ip6_del_rt,
|
A D | af_inet6.c | 1042 .ip6_del_rt = ip6_del_rt,
|
A D | addrconf.c | 1254 ip6_del_rt(dev_net(ifp->idev->dev), f6i, false); in cleanup_prefix_route() 2761 ip6_del_rt(net, rt, false); in addrconf_prefix_rcv() 3876 ip6_del_rt(net, rt, false); in addrconf_ifdown() 4714 ip6_del_rt(dev_net(ifp->idev->dev), f6i, false); in modify_prefix_route() 6186 ip6_del_rt(net, rt, false); in __ipv6_ifa_notify() 6189 ip6_del_rt(net, ifp->rt, false); in __ipv6_ifa_notify()
|
A D | ndisc.c | 1369 ip6_del_rt(net, rt, false); in ndisc_router_discovery()
|
A D | route.c | 979 ip6_del_rt(net, rt, false); in rt6_route_rcv() 3867 int ip6_del_rt(struct net *net, struct fib6_info *rt, bool skip_notify) in ip6_del_rt() function 4394 ip6_del_rt(net, rt, false); in __rt6_purge_dflt_routers()
|
/linux-6.3-rc2/net/ipv4/ |
A D | nexthop.c | 1860 ipv6_stub->ip6_del_rt(net, f6i, in __remove_nexthop_fib()
|
Completed in 42 milliseconds