diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
| -rw-r--r-- | net/ipv6/tcp_ipv6.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index f2ce95502392..29964c3d363c 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -1595,6 +1595,7 @@ static const struct inet_connection_sock_af_ops ipv6_specific = {  	.compat_setsockopt = compat_ipv6_setsockopt,  	.compat_getsockopt = compat_ipv6_getsockopt,  #endif +	.mtu_reduced	   = tcp_v6_mtu_reduced,  };  #ifdef CONFIG_TCP_MD5SIG @@ -1625,6 +1626,7 @@ static const struct inet_connection_sock_af_ops ipv6_mapped = {  	.compat_setsockopt = compat_ipv6_setsockopt,  	.compat_getsockopt = compat_ipv6_getsockopt,  #endif +	.mtu_reduced	   = tcp_v4_mtu_reduced,  };  #ifdef CONFIG_TCP_MD5SIG @@ -1864,7 +1866,6 @@ struct proto tcpv6_prot = {  	.sendpage		= tcp_sendpage,  	.backlog_rcv		= tcp_v6_do_rcv,  	.release_cb		= tcp_release_cb, -	.mtu_reduced		= tcp_v6_mtu_reduced,  	.hash			= tcp_v6_hash,  	.unhash			= inet_unhash,  	.get_port		= inet_csk_get_port,  | 
