Searched refs:TCP_MAX_WSCALE (Results 1 – 7 of 7) sorted by relevance
71 if (opts->wscale > TCP_MAX_WSCALE) in synproxy_parse_options()72 opts->wscale = TCP_MAX_WSCALE; in synproxy_parse_options()
379 if (state->td_scale > TCP_MAX_WSCALE) in tcp_options()380 state->td_scale = TCP_MAX_WSCALE; in tcp_options()
220 window_clamp = (U16_MAX << TCP_MAX_WSCALE); in tcp_select_initial_window()250 0, TCP_MAX_WSCALE); in tcp_select_initial_window()
4333 if (snd_wscale > TCP_MAX_WSCALE) { in tcp_parse_options()4337 TCP_MAX_WSCALE); in tcp_parse_options()4338 snd_wscale = TCP_MAX_WSCALE; in tcp_parse_options()
3556 if (snd_wscale > TCP_MAX_WSCALE || rcv_wscale > TCP_MAX_WSCALE) in tcp_repair_options_est()
101 #define TCP_MAX_WSCALE 14U macro
12265 if (attrs->snd_wscale > TCP_MAX_WSCALE || in bpf_sk_assign_tcp_reqsk()12266 attrs->rcv_wscale > TCP_MAX_WSCALE) in bpf_sk_assign_tcp_reqsk()