Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_minisocks.c394 &req->rsk_rcv_wnd, in tcp_openreq_init_rwin()
517 newtp->rcv_ssthresh = req->rsk_rcv_wnd; in tcp_create_openreq_child()
518 newtp->rcv_wnd = req->rsk_rcv_wnd; in tcp_create_openreq_child()
711 tcp_rsk(req)->rcv_nxt, tcp_rsk(req)->rcv_nxt + req->rsk_rcv_wnd)) { in tcp_check_req()
Dsyncookies.c390 &req->rsk_rcv_wnd, &req->rsk_window_clamp, in cookie_v4_check()
Dtcp_ipv4.c812 tcp_rsk(req)->rcv_nxt, req->rsk_rcv_wnd, in tcp_v4_reqsk_send_ack()
Dtcp_output.c3020 th->window = htons(min(req->rsk_rcv_wnd, 65535U)); in tcp_make_synack()
Dtcp_input.c6069 req->rsk_rcv_wnd = 0; /* So that tcp_send_synack() knows! */ in tcp_openreq_init()
/linux-4.4.14/include/net/
Drequest_sock.h55 #define rsk_rcv_wnd __req_common.skc_rcv_wnd macro
/linux-4.4.14/net/ipv6/
Dsyncookies.c240 &req->rsk_rcv_wnd, &req->rsk_window_clamp, in cookie_v6_check()
Dtcp_ipv6.c937 tcp_rsk(req)->rcv_nxt, req->rsk_rcv_wnd, in tcp_v6_reqsk_send_ack()