Searched refs:wscale_ok (Results 1 – 12 of 12) sorted by relevance
| /Linux-v6.6/net/ipv4/ |
| D | syncookies.c | 71 options = ireq->wscale_ok ? ireq->snd_wscale : TS_OPT_WSCALE_MASK; in cookie_init_timestamp() 261 tcp_opt->wscale_ok = 1; in cookie_timestamp_decode() 391 ireq->wscale_ok = tcp_opt.wscale_ok; in cookie_v4_check() 442 ireq->wscale_ok, &rcv_wscale, in cookie_v4_check()
|
| D | tcp_minisocks.c | 423 ireq->wscale_ok, in tcp_openreq_init_rwin() 545 newtp->rx_opt.wscale_ok = ireq->wscale_ok; in tcp_create_openreq_child() 546 if (newtp->rx_opt.wscale_ok) { in tcp_create_openreq_child()
|
| D | tcp_output.c | 100 (tp->rx_opt.wscale_ok && in tcp_acceptable_seq() 207 int wscale_ok, __u8 *rcv_wscale, in tcp_select_initial_window() argument 238 if (wscale_ok) { in tcp_select_initial_window() 880 if (likely(ireq->wscale_ok)) { in tcp_synack_options()
|
| D | tcp_input.c | 4106 opt_rx->wscale_ok = 1; in tcp_parse_options() 6308 if (!tp->rx_opt.wscale_ok) { in tcp_rcv_synsent_state_process() 6823 ireq->wscale_ok = rx_opt->wscale_ok; in tcp_openreq_init()
|
| D | tcp.c | 3168 tp->rx_opt.wscale_ok = 1; in tcp_repair_options_est() 3747 if (tp->rx_opt.wscale_ok) { in tcp_get_info()
|
| /Linux-v6.6/net/ipv6/ |
| D | syncookies.c | 209 ireq->wscale_ok = tcp_opt.wscale_ok; in cookie_v6_check() 254 ireq->wscale_ok, &rcv_wscale, in cookie_v6_check()
|
| /Linux-v6.6/include/linux/ |
| D | tcp.h | 120 wscale_ok : 1, /* Wscale seen on SYN packet */ member 135 rx_opt->wscale_ok = rx_opt->snd_wscale = 0; in tcp_clear_options()
|
| /Linux-v6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| D | chtls_cm.h | 95 #define WSCALE_OK(tp) ((tp)->rx_opt.wscale_ok)
|
| D | chtls_cm.c | 156 tp->rx_opt.wscale_ok = TCPOPT_WSCALE_OK_G(opt); in assign_rxopt() 158 if (!tp->rx_opt.wscale_ok) in assign_rxopt() 989 static unsigned int select_rcv_wscale(int space, int wscale_ok, int win_clamp) in select_rcv_wscale() argument 998 if (wscale_ok) { in select_rcv_wscale() 1387 inet_rsk(oreq)->wscale_ok = 1; in chtls_pass_accept_request()
|
| /Linux-v6.6/include/net/ |
| D | inet_sock.h | 86 wscale_ok : 1, member
|
| D | tcp.h | 1432 __u32 *window_clamp, int wscale_ok,
|
| /Linux-v6.6/drivers/infiniband/hw/cxgb4/ |
| D | cm.c | 3984 if (tmp_opt.wscale_ok) in build_cpl_pass_accept_req()
|