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

/linux-4.1.27/net/ipv4/
H A Dsyncookies.c50 #define TSBITS 6 macro
51 #define TSMASK (((__u32)1 << TSBITS) - 1)
99 ts >>= TSBITS; cookie_init_timestamp() local
101 ts <<= TSBITS; cookie_init_timestamp() local

Completed in 67 milliseconds