diff options
Diffstat (limited to 'include/net/ip6_route.h')
-rw-r--r-- | include/net/ip6_route.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index a2cda240ca95..58cb3fc34879 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h | |||
@@ -140,10 +140,10 @@ extern void rt6_redirect(const struct in6_addr *dest, | |||
140 | u8 *lladdr, | 140 | u8 *lladdr, |
141 | int on_link); | 141 | int on_link); |
142 | 142 | ||
143 | extern void rt6_pmtu_discovery(const struct in6_addr *daddr, | 143 | extern void ip6_update_pmtu(struct sk_buff *skb, struct net *net, __be32 mtu, |
144 | const struct in6_addr *saddr, | 144 | int oif, u32 mark); |
145 | struct net_device *dev, | 145 | extern void ip6_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, |
146 | u32 pmtu); | 146 | __be32 mtu); |
147 | 147 | ||
148 | struct netlink_callback; | 148 | struct netlink_callback; |
149 | 149 | ||