diff options
Diffstat (limited to 'include/net/ipv6.h')
| -rw-r--r-- | include/net/ipv6.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index b1d8db90b21..7ab6323e631 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h @@ -503,7 +503,8 @@ extern int			ip6_append_data(struct sock *sk,  						struct ipv6_txoptions *opt,  						struct flowi *fl,  						struct rt6_info *rt, -						unsigned int flags); +						unsigned int flags, +						int dontfrag);  extern int			ip6_push_pending_frames(struct sock *sk);  |