summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
diff options
context:
space:
mode:
authorWei Wang2017-01-23 19:59:21 +0100
committerDavid S. Miller2017-01-25 20:04:38 +0100
commit25776aa943401662617437841b3d3ea4693ee98a (patch)
treea84a7f46ab21c65a7491b719dfaa7bc926270d1e /net/ipv4/tcp.c
parentnet/tcp-fastopen: refactor cookie check logic (diff)
downloadkernel-qcow2-linux-25776aa943401662617437841b3d3ea4693ee98a.tar.gz
kernel-qcow2-linux-25776aa943401662617437841b3d3ea4693ee98a.tar.xz
kernel-qcow2-linux-25776aa943401662617437841b3d3ea4693ee98a.zip
net: Remove __sk_dst_reset() in tcp_v6_connect()
Remove __sk_dst_reset() in the failure handling because __sk_dst_reset() will eventually get called when sk is released. No need to handle it in the protocol specific connect call. This is also to make the code path consistent with ipv4. Signed-off-by: Wei Wang <weiwan@google.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp.c')
0 files changed, 0 insertions, 0 deletions