Home
last modified time | relevance | path

Searched refs:COOKIE_MESSAGE_WORDS (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/net/
Dtcp.h1496 #define COOKIE_MESSAGE_WORDS (SHA_MESSAGE_BYTES / 4) macro
1497 #define COOKIE_WORKSPACE_WORDS (COOKIE_DIGEST_WORDS + COOKIE_MESSAGE_WORDS)
/linux-3.4.99/net/ipv4/
Dtcp_output.c2535 u32 *tail = &mess[COOKIE_MESSAGE_WORDS-1]; in tcp_make_synack()
Dtcp.c3139 return ws[COOKIE_DIGEST_WORDS + ((COOKIE_MESSAGE_WORDS-1) & ws[n])]; in tcp_cookie_work()