diff options
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 5 |
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 | ||
508 | extern int ip6_push_pending_frames(struct sock *sk); | 509 | extern 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 | ||
579 | extern int ipv6_recv_error(struct sock *sk, struct msghdr *msg, int len); | 580 | extern int ipv6_recv_error(struct sock *sk, struct msghdr *msg, int len); |
581 | extern int ipv6_recv_rxpmtu(struct sock *sk, struct msghdr *msg, int len); | ||
580 | extern void ipv6_icmp_error(struct sock *sk, struct sk_buff *skb, int err, __be16 port, | 582 | extern 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); |
582 | extern void ipv6_local_error(struct sock *sk, int err, struct flowi *fl, u32 info); | 584 | extern void ipv6_local_error(struct sock *sk, int err, struct flowi *fl, u32 info); |
585 | extern void ipv6_local_rxpmtu(struct sock *sk, struct flowi *fl, u32 mtu); | ||
583 | 586 | ||
584 | extern int inet6_release(struct socket *sock); | 587 | extern int inet6_release(struct socket *sock); |
585 | extern int inet6_bind(struct socket *sock, struct sockaddr *uaddr, | 588 | extern int inet6_bind(struct socket *sock, struct sockaddr *uaddr, |