Home
last modified time | relevance | path

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

/linux/include/net/
H A Drequest_sock.h61 #define rsk_rcv_wnd __req_common.skc_rcv_wnd macro
265 return min(req->rsk_rcv_wnd, 65535U); in tcp_synack_window()
/linux/net/ipv4/
H A Dtcp_minisocks.c453 &req->rsk_rcv_wnd, in tcp_openreq_init_rwin()
575 newtp->rcv_ssthresh = req->rsk_rcv_wnd; in tcp_create_openreq_child()
576 newtp->rcv_wnd = req->rsk_rcv_wnd; in tcp_create_openreq_child()
H A Dsyncookies.c474 &req->rsk_rcv_wnd, &req->rsk_window_clamp, in cookie_v4_check()
H A Dtcp_output.c3826 th->window = htons(min(req->rsk_rcv_wnd, 65535U)); in tcp_make_synack()
H A Dtcp_input.c7080 req->rsk_rcv_wnd = 0; /* So that tcp_send_synack() knows! */ in tcp_openreq_init()
/linux/net/ipv6/
H A Dsyncookies.c257 &req->rsk_rcv_wnd, &req->rsk_window_clamp, in cookie_v6_check()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1366 oreq->rsk_rcv_wnd = 0; in chtls_pass_accept_request()