mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
[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>
This commit is contained in:
parent
11baab7ac3
commit
c6aefafb7e
8 changed files with 338 additions and 26 deletions
|
@ -2560,6 +2560,7 @@ void tcp_send_probe0(struct sock *sk)
|
|||
}
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(tcp_select_initial_window);
|
||||
EXPORT_SYMBOL(tcp_connect);
|
||||
EXPORT_SYMBOL(tcp_make_synack);
|
||||
EXPORT_SYMBOL(tcp_simple_retransmit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue