Searched refs:ip6_del_rt (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/net/ |
D | ip6_route.h | 44 extern int ip6_del_rt(struct rt6_info *,
|
/linux-2.4.37.9/net/ipv6/ |
D | route.c | 623 ip6_del_rt(rt, NULL, NULL); in ip6_negative_advice() 878 int ip6_del_rt(struct rt6_info *rt, struct nlmsghdr *nlh, struct netlink_skb_parms *req) in ip6_del_rt() function 923 return ip6_del_rt(rt, nlh, req); in ip6_route_del() 1029 ip6_del_rt(rt, NULL, NULL); in rt6_redirect() 1214 ip6_del_rt(rt, NULL, NULL); in rt6_purge_dflt_routers() 1317 err = ip6_del_rt(rt, NULL, NULL); in ip6_rt_addr_del()
|
D | ndisc.c | 879 ip6_del_rt(rt, NULL, NULL); in ndisc_recv_na() 965 ip6_del_rt(rt, NULL, NULL); in ndisc_router_discovery()
|
D | addrconf.c | 1012 ip6_del_rt(rt, NULL, NULL); in addrconf_prefix_rcv()
|