Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dsyncookies.c38 #define TS_OPT_WSCALE_MASK 0xf macro
70 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()
/kernel/linux/linux-6.6/net/ipv4/
H A Dsyncookies.c36 #define TS_OPT_WSCALE_MASK 0xf macro
68 options = ireq->wscale_ok ? ireq->snd_wscale : TS_OPT_WSCALE_MASK; in cookie_init_timestamp()
252 if ((options & TS_OPT_WSCALE_MASK) == TS_OPT_WSCALE_MASK) in cookie_timestamp_decode()
256 tcp_opt->snd_wscale = options & TS_OPT_WSCALE_MASK; in cookie_timestamp_decode()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c40 #define TS_OPT_WSCALE_MASK 0xf macro
280 .wscale = TS_OPT_WSCALE_MASK, in tscookie_init()
298 cookie |= loop_ctx.wscale & TS_OPT_WSCALE_MASK; in tscookie_init()

Completed in 4 milliseconds