Home
last modified time | relevance | path

Searched refs:rsk_rcv_wnd (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/net/ipv4/ !
Dtcp_minisocks.c405 &req->rsk_rcv_wnd, in tcp_openreq_init_rwin()
526 newtp->rcv_ssthresh = req->rsk_rcv_wnd; in tcp_create_openreq_child()
527 newtp->rcv_wnd = req->rsk_rcv_wnd; in tcp_create_openreq_child()
726 tcp_rsk(req)->rcv_nxt, tcp_rsk(req)->rcv_nxt + req->rsk_rcv_wnd)) { in tcp_check_req()
Dsyncookies.c441 &req->rsk_rcv_wnd, &req->rsk_window_clamp, in cookie_v4_check()
Dtcp_ipv4.c984 req->rsk_rcv_wnd >> inet_rsk(req)->rcv_wscale, in tcp_v4_reqsk_send_ack()
Dtcp_output.c3608 th->window = htons(min(req->rsk_rcv_wnd, 65535U)); in tcp_make_synack()
Dtcp_input.c6764 req->rsk_rcv_wnd = 0; /* So that tcp_send_synack() knows! */ in tcp_openreq_init()
/linux-6.1.9/include/net/ !
Drequest_sock.h59 #define rsk_rcv_wnd __req_common.skc_rcv_wnd macro
/linux-6.1.9/net/ipv6/ !
Dsyncookies.c253 &req->rsk_rcv_wnd, &req->rsk_window_clamp, in cookie_v6_check()
Dtcp_ipv6.c1130 req->rsk_rcv_wnd >> inet_rsk(req)->rcv_wscale, in tcp_v6_reqsk_send_ack()
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/chtls/ !
Dchtls_cm.c1366 oreq->rsk_rcv_wnd = 0; in chtls_pass_accept_request()
/linux-6.1.9/net/mptcp/ !
Dprotocol.c3086 msk->wnd_end = msk->snd_nxt + req->rsk_rcv_wnd; in mptcp_sk_clone()