diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
| -rw-r--r-- | net/ipv6/tcp_ipv6.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 6e86721e1cdb..3a88545a265d 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -2176,6 +2176,7 @@ struct proto tcpv6_prot = {  	.sysctl_rmem_offset	= offsetof(struct net, ipv4.sysctl_tcp_rmem),  	.max_header		= MAX_TCP_HEADER,  	.obj_size		= sizeof(struct tcp6_sock), +	.ipv6_pinfo_offset = offsetof(struct tcp6_sock, inet6),  	.slab_flags		= SLAB_TYPESAFE_BY_RCU,  	.twsk_prot		= &tcp6_timewait_sock_ops,  	.rsk_prot		= &tcp6_request_sock_ops,  | 
