diff options
| author | 2010-06-03 00:43:44 +0000 | |
|---|---|---|
| committer | 2010-06-05 02:23:14 -0700 | |
| commit | af9b4738574b46025de7ccbe75c7b24fd8914379 (patch) | |
| tree | 6d05b82261ce76e6ecf00131c667292b62d16adf /kernel/sysctl_binary.c | |
| parent | syncookies: make v4/v6 synflood warning behaviour the same (diff) | |
syncookies: avoid unneeded tcp header flag double check
caller: if (!th->rst && !th->syn && th->ack)
callee: if (!th->ack)
make the caller only check for !syn (common for 3whs), and move
the !rst / ack test to the callee.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/sysctl_binary.c')
0 files changed, 0 insertions, 0 deletions
