Home
last modified time | relevance | path

Searched refs:syncookie_secret (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dsyncookies.c19 static siphash_key_t syncookie_secret[2] __read_mostly;
50 net_get_random_once(syncookie_secret, sizeof(syncookie_secret)); in cookie_hash()
53 count, &syncookie_secret[c]); in cookie_hash()
/kernel/linux/linux-6.6/net/ipv4/
H A Dsyncookies.c17 static siphash_aligned_key_t syncookie_secret[2]; variable
48 net_get_random_once(syncookie_secret, sizeof(syncookie_secret)); in cookie_hash()
51 count, &syncookie_secret[c]); in cookie_hash()

Completed in 2 milliseconds