]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: remove redundant checks II
authorEric Dumazet <edumazet@google.com>
Thu, 4 Jun 2015 15:01:12 +0000 (08:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Jun 2015 08:55:01 +0000 (01:55 -0700)
commit1e15c877cf46737c289f87f814a1a7d405e26ae1
tree636dbfc8c16b4150e41aa32ff9b8774ed3f19f3b
parent95c269d6ecadcfe7a34b08302ff7333c538aa3f0
tcp: remove redundant checks II

For same reasons than in commit d0787e199f95 ("tcp: remove redundant
checks"), we can remove redundant checks done for timewait sockets.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c