aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r--net/ipv6/tcp_ipv6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c
index b36d5b2e7c30..bf7f8c26c488 100644
--- a/net/ipv6/tcp_ipv6.c
+++ b/net/ipv6/tcp_ipv6.c
@@ -1606,6 +1606,7 @@ struct proto tcpv6_prot = {
1606static struct inet6_protocol tcpv6_protocol = { 1606static struct inet6_protocol tcpv6_protocol = {
1607 .handler = tcp_v6_rcv, 1607 .handler = tcp_v6_rcv,
1608 .err_handler = tcp_v6_err, 1608 .err_handler = tcp_v6_err,
1609 .gso_segment = tcp_tso_segment,
1609 .flags = INET6_PROTO_NOPOLICY|INET6_PROTO_FINAL, 1610 .flags = INET6_PROTO_NOPOLICY|INET6_PROTO_FINAL,
1610}; 1611};
1611 1612