Searched refs:TS_OPT_WSCALE_MASK (Results 1 – 2 of 2) sorted by relevance
36 #define TS_OPT_WSCALE_MASK 0xf macro67 options = ireq->wscale_ok ? ireq->snd_wscale : TS_OPT_WSCALE_MASK; in cookie_init_timestamp()254 if ((options & TS_OPT_WSCALE_MASK) == TS_OPT_WSCALE_MASK) in cookie_timestamp_decode()258 tcp_opt->snd_wscale = options & TS_OPT_WSCALE_MASK; in cookie_timestamp_decode()
43 #define TS_OPT_WSCALE_MASK 0xf macro283 .wscale = TS_OPT_WSCALE_MASK, in tscookie_init()301 cookie |= loop_ctx.wscale & TS_OPT_WSCALE_MASK; in tscookie_init()