aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r--include/net/ipv6.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index b1d8db90b214..eba5cc00325a 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -503,7 +503,8 @@ extern int ip6_append_data(struct sock *sk,
503 struct ipv6_txoptions *opt, 503 struct ipv6_txoptions *opt,
504 struct flowi *fl, 504 struct flowi *fl,
505 struct rt6_info *rt, 505 struct rt6_info *rt,
506 unsigned int flags); 506 unsigned int flags,
507 int dontfrag);
507 508
508extern int ip6_push_pending_frames(struct sock *sk); 509extern int ip6_push_pending_frames(struct sock *sk);
509 510
@@ -577,9 +578,11 @@ extern int ip6_datagram_connect(struct sock *sk,
577 struct sockaddr *addr, int addr_len); 578 struct sockaddr *addr, int addr_len);
578 579
579extern int ipv6_recv_error(struct sock *sk, struct msghdr *msg, int len); 580extern int ipv6_recv_error(struct sock *sk, struct msghdr *msg, int len);
581extern int ipv6_recv_rxpmtu(struct sock *sk, struct msghdr *msg, int len);
580extern void ipv6_icmp_error(struct sock *sk, struct sk_buff *skb, int err, __be16 port, 582extern void ipv6_icmp_error(struct sock *sk, struct sk_buff *skb, int err, __be16 port,
581 u32 info, u8 *payload); 583 u32 info, u8 *payload);
582extern void ipv6_local_error(struct sock *sk, int err, struct flowi *fl, u32 info); 584extern void ipv6_local_error(struct sock *sk, int err, struct flowi *fl, u32 info);
585extern void ipv6_local_rxpmtu(struct sock *sk, struct flowi *fl, u32 mtu);
583 586
584extern int inet6_release(struct socket *sock); 587extern int inet6_release(struct socket *sock);
585extern int inet6_bind(struct socket *sock, struct sockaddr *uaddr, 588extern int inet6_bind(struct socket *sock, struct sockaddr *uaddr,