Searched refs:ip6_del_rt (Results 1 – 9 of 9) sorted by relevance
/linux/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 | 127 int ip6_del_rt(struct net *net, struct fib6_info *f6i, bool skip_notify);
|
/linux/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 | 1032 .ip6_del_rt = ip6_del_rt,
|
A D | addrconf.c | 1250 ip6_del_rt(dev_net(ifp->idev->dev), f6i, false); in cleanup_prefix_route() 2746 ip6_del_rt(net, rt, false); in addrconf_prefix_rcv() 3837 ip6_del_rt(net, rt, false); in addrconf_ifdown() 4679 ip6_del_rt(dev_net(ifp->idev->dev), f6i, false); in modify_prefix_route() 6138 ip6_del_rt(net, rt, false); in __ipv6_ifa_notify() 6141 ip6_del_rt(net, ifp->rt, false); in __ipv6_ifa_notify()
|
A D | ndisc.c | 1311 ip6_del_rt(net, rt, false); in ndisc_router_discovery()
|
A D | route.c | 976 ip6_del_rt(net, rt, false); in rt6_route_rcv() 3898 int ip6_del_rt(struct net *net, struct fib6_info *rt, bool skip_notify) in ip6_del_rt() function 4425 ip6_del_rt(net, rt, false); in __rt6_purge_dflt_routers()
|
/linux/net/ipv4/ |
A D | nexthop.c | 1859 ipv6_stub->ip6_del_rt(net, f6i, in __remove_nexthop_fib()
|
Completed in 39 milliseconds