tcp: move synflood_warned into struct request_sock_queue
authorEric Dumazet <edumazet@google.com>
Fri, 2 Oct 2015 18:43:25 +0000 (11:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 3 Oct 2015 11:32:37 +0000 (04:32 -0700)
commit8d2675f1e464aa5cedda63849adecffd8d33fead
treee1d28155d25be1e48275152f6703b0f4cecf6911
parentaac065c50aba0c534a929aeb687eb68c58e523b8
tcp: move synflood_warned into struct request_sock_queue

long term plan is to remove struct listen_sock when its hash
table is no longer there.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/request_sock.h
net/ipv4/tcp_input.c