From: William Allen Simpson Date: Wed, 2 Dec 2009 18:07:39 +0000 (+0000) Subject: TCPCT part 1a: add request_values parameter for sending SYNACK X-Git-Tag: v2.6.33-rc1~388^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6b4d11367519bc71729c09d05a126b133c755be;p=pandora-kernel.git TCPCT part 1a: add request_values parameter for sending SYNACK Add optional function parameters associated with sending SYNACK. These parameters are not needed after sending SYNACK, and are not used for retransmission. Avoids extending struct tcp_request_sock, and avoids allocating kernel memory. Also affects DCCP as it uses common struct request_sock_ops, but this parameter is currently reserved for future use. Signed-off-by: William.Allen.Simpson@gmail.com Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed