Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dsyncookies.c38 #define TS_OPT_WSCALE_MASK 0xf macro
73 options = ireq->wscale_ok ? ireq->snd_wscale : TS_OPT_WSCALE_MASK; in cookie_init_timestamp()
260 if ((options & TS_OPT_WSCALE_MASK) == TS_OPT_WSCALE_MASK) in cookie_timestamp_decode()
264 tcp_opt->snd_wscale = options & TS_OPT_WSCALE_MASK; in cookie_timestamp_decode()