diff options
Diffstat (limited to 'include/net/ip6_route.h')
-rw-r--r-- | include/net/ip6_route.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 9bfa3cc6cedb..01bfe404784f 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h | |||
@@ -137,6 +137,13 @@ extern int inet6_rtm_newroute(struct sk_buff *skb, struct nlmsghdr* nlh, void *a | |||
137 | extern int inet6_rtm_delroute(struct sk_buff *skb, struct nlmsghdr* nlh, void *arg); | 137 | extern int inet6_rtm_delroute(struct sk_buff *skb, struct nlmsghdr* nlh, void *arg); |
138 | extern int inet6_rtm_getroute(struct sk_buff *skb, struct nlmsghdr* nlh, void *arg); | 138 | extern int inet6_rtm_getroute(struct sk_buff *skb, struct nlmsghdr* nlh, void *arg); |
139 | 139 | ||
140 | struct rt6_rtnl_dump_arg | ||
141 | { | ||
142 | struct sk_buff *skb; | ||
143 | struct netlink_callback *cb; | ||
144 | }; | ||
145 | |||
146 | extern int rt6_dump_route(struct rt6_info *rt, void *p_arg); | ||
140 | extern void rt6_ifdown(struct net_device *dev); | 147 | extern void rt6_ifdown(struct net_device *dev); |
141 | extern void rt6_mtu_change(struct net_device *dev, unsigned mtu); | 148 | extern void rt6_mtu_change(struct net_device *dev, unsigned mtu); |
142 | 149 | ||