commit | 2985aaac010ebd5e562ce1a22cc61acbb0e40cf2 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Sep 29 07:42:51 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 29 16:53:10 2015 -0700 |
tree | 43f34a8d12365c7ee0e5101bb30332e8fbcc0827 | |
parent | f964629e3338d9e5a78c9b354380d5a1e2fa4617 [diff] |
tcp: constify tcp_syn_flood_action() socket argument tcp_syn_flood_action() will soon be called with unlocked socket. In order to avoid SYN flood warning being emitted multiple times, use xchg(). Extend max_qlen_log and synflood_warned fields in struct listen_sock to u32 Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>