Searched refs:rsk_rcv_wnd (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | tcp_minisocks.c | 394 &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()
|
D | syncookies.c | 390 &req->rsk_rcv_wnd, &req->rsk_window_clamp, in cookie_v4_check()
|
D | tcp_ipv4.c | 812 tcp_rsk(req)->rcv_nxt, req->rsk_rcv_wnd, in tcp_v4_reqsk_send_ack()
|
D | tcp_output.c | 3020 th->window = htons(min(req->rsk_rcv_wnd, 65535U)); in tcp_make_synack()
|
D | tcp_input.c | 6069 req->rsk_rcv_wnd = 0; /* So that tcp_send_synack() knows! */ in tcp_openreq_init()
|
/linux-4.4.14/include/net/ |
D | request_sock.h | 55 #define rsk_rcv_wnd __req_common.skc_rcv_wnd macro
|
/linux-4.4.14/net/ipv6/ |
D | syncookies.c | 240 &req->rsk_rcv_wnd, &req->rsk_window_clamp, in cookie_v6_check()
|
D | tcp_ipv6.c | 937 tcp_rsk(req)->rcv_nxt, req->rsk_rcv_wnd, in tcp_v6_reqsk_send_ack()
|