Searched hist:da5c78c82629a167794436e4306b4cf1faddea90 (Results 1 – 2 of 2) sorted by relevance
/linux/include/net/ |
H A D | tcp.h | diff da5c78c82629a167794436e4306b4cf1faddea90 Wed Dec 02 19:12:09 CET 2009 William Allen Simpson <william.allen.simpson@gmail.com> TCPCT part 1b: generate Responder Cookie secret
Define (missing) hash message size for SHA1.
Define hashing size constants specific to TCP cookies.
Add new function: tcp_cookie_generator().
Maintain global secret values for tcp_cookie_generator().
This is a significantly revised implementation of earlier (15-year-old) Photuris [RFC-2522] code for the KA9Q cooperative multitasking platform.
Linux RCU technique appears to be well-suited to this application, though neither of the circular queue items are freed.
These functions will also be used in subsequent patches that implement additional features.
Signed-off-by: William.Allen.Simpson@gmail.com Acked-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/ipv4/ |
H A D | tcp.c | diff da5c78c82629a167794436e4306b4cf1faddea90 Wed Dec 02 19:12:09 CET 2009 William Allen Simpson <william.allen.simpson@gmail.com> TCPCT part 1b: generate Responder Cookie secret
Define (missing) hash message size for SHA1.
Define hashing size constants specific to TCP cookies.
Add new function: tcp_cookie_generator().
Maintain global secret values for tcp_cookie_generator().
This is a significantly revised implementation of earlier (15-year-old) Photuris [RFC-2522] code for the KA9Q cooperative multitasking platform.
Linux RCU technique appears to be well-suited to this application, though neither of the circular queue items are freed.
These functions will also be used in subsequent patches that implement additional features.
Signed-off-by: William.Allen.Simpson@gmail.com Acked-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|