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()
217 window_clamp = (U16_MAX << TCP_MAX_WSCALE); in tcp_select_initial_window()247 0, TCP_MAX_WSCALE); in tcp_select_initial_window()
4237 if (snd_wscale > TCP_MAX_WSCALE) { in tcp_parse_options()4241 TCP_MAX_WSCALE); in tcp_parse_options()4242 snd_wscale = TCP_MAX_WSCALE; in tcp_parse_options()
3482 if (snd_wscale > TCP_MAX_WSCALE || rcv_wscale > TCP_MAX_WSCALE) in tcp_repair_options_est()
90 #define TCP_MAX_WSCALE 14U macro
12018 if (attrs->snd_wscale > TCP_MAX_WSCALE || in bpf_sk_assign_tcp_reqsk()12019 attrs->rcv_wscale > TCP_MAX_WSCALE) in bpf_sk_assign_tcp_reqsk()