/kernel/linux/linux-5.10/include/net/ |
H A D | ipv6_stubs.h | 52 int (*ip6_del_rt)(struct net *net, struct fib6_info *rt, bool skip_notify); member
|
H A D | ip6_route.h | 127 int ip6_del_rt(struct net *net, struct fib6_info *f6i, bool skip_notify);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ipv6_stubs.h | 52 int (*ip6_del_rt)(struct net *net, struct fib6_info *rt, bool skip_notify); member
|
H A D | ip6_route.h | 123 int ip6_del_rt(struct net *net, struct fib6_info *f6i, bool skip_notify);
|
/kernel/linux/linux-5.10/net/ipv6/ |
H 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()
|
H A D | addrconf_core.c | 210 .ip6_del_rt = eafnosupport_ip6_del_rt,
|
H A D | af_inet6.c | 1048 .ip6_del_rt = ip6_del_rt,
|
H A D | addrconf.c | 1247 ip6_del_rt(dev_net(ifp->idev->dev), f6i, false); in cleanup_prefix_route() 2765 ip6_del_rt(net, rt, false); in addrconf_prefix_rcv() 3860 ip6_del_rt(net, rt, false); in addrconf_ifdown() 4699 ip6_del_rt(dev_net(ifp->idev->dev), f6i, false); in modify_prefix_route() 6124 ip6_del_rt(net, rt, false); in __ipv6_ifa_notify() 6127 ip6_del_rt(net, ifp->rt, false); in __ipv6_ifa_notify()
|
H A D | ndisc.c | 1314 ip6_del_rt(net, rt, false); in ndisc_router_discovery()
|
H A D | route.c | 977 ip6_del_rt(net, rt, false); in rt6_route_rcv() 3790 int ip6_del_rt(struct net *net, struct fib6_info *rt, bool skip_notify) in ip6_del_rt() function 4316 ip6_del_rt(net, rt, false); in __rt6_purge_dflt_routers()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H 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()
|
H A D | addrconf_core.c | 216 .ip6_del_rt = eafnosupport_ip6_del_rt,
|
H A D | af_inet6.c | 1049 .ip6_del_rt = ip6_del_rt,
|
H A D | addrconf.c | 1278 ip6_del_rt(dev_net(ifp->idev->dev), f6i, false); in cleanup_prefix_route() 2794 ip6_del_rt(net, rt, false); in addrconf_prefix_rcv() 3928 ip6_del_rt(net, rt, false); in addrconf_ifdown() 4767 ip6_del_rt(dev_net(ifp->idev->dev), f6i, false); in modify_prefix_route() 6241 ip6_del_rt(net, rt, false); in __ipv6_ifa_notify() 6244 ip6_del_rt(net, ifp->rt, false); in __ipv6_ifa_notify()
|
H A D | ndisc.c | 1372 ip6_del_rt(net, rt, false); in ndisc_router_discovery()
|
H A D | route.c | 980 ip6_del_rt(net, rt, false); in rt6_route_rcv() 3874 int ip6_del_rt(struct net *net, struct fib6_info *rt, bool skip_notify) in ip6_del_rt() function 4401 ip6_del_rt(net, rt, false); in __rt6_purge_dflt_routers()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | nexthop.c | 881 /* ip6_del_rt removes the entry from this list hence the _safe */ in __remove_nexthop_fib() 885 ipv6_stub->ip6_del_rt(net, f6i, in __remove_nexthop_fib()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | nexthop.c | 1879 /* ip6_del_rt removes the entry from this list hence the _safe */ in __remove_nexthop_fib() 1883 ipv6_stub->ip6_del_rt(net, f6i, in __remove_nexthop_fib()
|