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 1ccfede7d55f..c5fc6a5e4adc 100644
--- a/net/ipv6/tcp_ipv6.c
+++ b/net/ipv6/tcp_ipv6.c
@@ -749,6 +749,7 @@ static void tcp_v6_init_req(struct request_sock *req, struct sock *sk,
749 atomic_inc(&skb->users); 749 atomic_inc(&skb->users);
750 ireq->pktopts = skb; 750 ireq->pktopts = skb;
751 } 751 }
752 ireq->ireq_family = AF_INET6;
752} 753}
753 754
754static struct dst_entry *tcp_v6_route_req(struct sock *sk, struct flowi *fl, 755static struct dst_entry *tcp_v6_route_req(struct sock *sk, struct flowi *fl,