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 e5ee107a0575..5200c676fc72 100644
--- a/net/ipv6/tcp_ipv6.c
+++ b/net/ipv6/tcp_ipv6.c
@@ -837,6 +837,7 @@ static void tcp_v6_send_response(const struct sock *sk, struct sk_buff *skb, u32
837 dst = ip6_dst_lookup_flow(ctl_sk, &fl6, NULL); 837 dst = ip6_dst_lookup_flow(ctl_sk, &fl6, NULL);
838 if (!IS_ERR(dst)) { 838 if (!IS_ERR(dst)) {
839 skb_dst_set(buff, dst); 839 skb_dst_set(buff, dst);
840 ctl_sk->sk_mark = fl6.flowi6_mark;
840 ip6_xmit(ctl_sk, buff, &fl6, NULL, tclass); 841 ip6_xmit(ctl_sk, buff, &fl6, NULL, tclass);
841 TCP_INC_STATS(net, TCP_MIB_OUTSEGS); 842 TCP_INC_STATS(net, TCP_MIB_OUTSEGS);
842 if (rst) 843 if (rst)