diff options
author | Glenn Griffin <ggriffin.kernel@gmail.com> | 2008-02-08 00:49:26 -0500 |
---|---|---|
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2008-03-04 01:18:21 -0500 |
commit | c6aefafb7ec620911d46174eed514f9df639e5a4 (patch) | |
tree | 626e3d47a7bb31f586935c480bed09f342f2fbca /net/ipv4/tcp_input.c | |
parent | 11baab7ac34723ad481e0f97fca733272ef364d4 (diff) |
[TCP]: Add IPv6 support to TCP SYN cookies
Updated to incorporate Eric's suggestion of using a per cpu buffer
rather than allocating on the stack. Just a two line change, but will
resend in it's entirety.
Signed-off-by: Glenn Griffin <ggriffin.kernel@gmail.com>
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r-- | net/ipv4/tcp_input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 19c449f62672..93e128c239c4 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -5326,6 +5326,7 @@ discard: | |||
5326 | 5326 | ||
5327 | EXPORT_SYMBOL(sysctl_tcp_ecn); | 5327 | EXPORT_SYMBOL(sysctl_tcp_ecn); |
5328 | EXPORT_SYMBOL(sysctl_tcp_reordering); | 5328 | EXPORT_SYMBOL(sysctl_tcp_reordering); |
5329 | EXPORT_SYMBOL(sysctl_tcp_adv_win_scale); | ||
5329 | EXPORT_SYMBOL(tcp_parse_options); | 5330 | EXPORT_SYMBOL(tcp_parse_options); |
5330 | EXPORT_SYMBOL(tcp_rcv_established); | 5331 | EXPORT_SYMBOL(tcp_rcv_established); |
5331 | EXPORT_SYMBOL(tcp_rcv_state_process); | 5332 | EXPORT_SYMBOL(tcp_rcv_state_process); |