diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
| -rw-r--r-- | net/ipv6/tcp_ipv6.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index d1e5b2a186fb..9622c2776ade 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -2355,7 +2355,7 @@ struct proto tcpv6_prot = {  	.splice_eof		= tcp_splice_eof,  	.backlog_rcv		= tcp_v6_do_rcv,  	.release_cb		= tcp_release_cb, -	.hash			= inet6_hash, +	.hash			= inet_hash,  	.unhash			= inet_unhash,  	.get_port		= inet_csk_get_port,  	.put_port		= inet_put_port,  | 
