Searched refs:rcv_wnd (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack_bbr_common.c | 580 todrop = (th->th_seq + tlen) - (tp->rcv_nxt + tp->rcv_wnd); in ctf_drop_checks() 592 if (tp->rcv_wnd == 0 && th->th_seq == tp->rcv_nxt) { in ctf_drop_checks() 675 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) || in ctf_process_rst() 676 (tp->rcv_wnd == 0 && tp->last_ack_sent == th->th_seq)) { in ctf_process_rst() 735 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) { in ctf_challenge_ack() 802 tp->rcv_wnd = imax(win, (int)(tp->rcv_adv - tp->rcv_nxt)); in ctf_calc_rwin()
|
| H A D | rack.c | 9222 tp->rcv_adv += min(tp->rcv_wnd, in rack_do_syn_sent() 9299 if (tlen > tp->rcv_wnd) { in rack_do_syn_sent() 9300 todrop = tlen - tp->rcv_wnd; in rack_do_syn_sent() 9302 tlen = tp->rcv_wnd; in rack_do_syn_sent()
|
| H A D | bbr.c | 8896 tp->rcv_adv += min(tp->rcv_wnd, in bbr_do_syn_sent() 8974 if (tlen > tp->rcv_wnd) { in bbr_do_syn_sent() 8975 todrop = tlen - tp->rcv_wnd; in bbr_do_syn_sent() 8977 tlen = tp->rcv_wnd; in bbr_do_syn_sent()
|
| /f-stack/freebsd/netinet/ |
| H A D | siftr.c | 201 u_long rcv_wnd; member 486 pkt_node->rcv_wnd, in siftr_process_pkt() 537 pkt_node->rcv_wnd, in siftr_process_pkt() 784 pn->rcv_wnd = tp->rcv_wnd; in siftr_siftdata()
|
| H A D | tcp_debug.c | 220 (u_long)tp->rcv_nxt, (u_long)tp->rcv_wnd, (u_long)tp->rcv_up, in tcp_trace()
|
| H A D | tcp_input.c | 1953 tp->rcv_wnd = imax(win, (int)(tp->rcv_adv - tp->rcv_nxt)); in tcp_do_segment() 2030 tp->rcv_adv += min(tp->rcv_wnd, in tcp_do_segment() 2099 if (tlen > tp->rcv_wnd) { in tcp_do_segment() 2100 todrop = tlen - tp->rcv_wnd; in tcp_do_segment() 2102 tlen = tp->rcv_wnd; in tcp_do_segment() 2160 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) || in tcp_do_segment() 2161 (tp->rcv_wnd == 0 && tp->last_ack_sent == th->th_seq)) { in tcp_do_segment() 2207 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) { in tcp_do_segment() 2343 todrop = (th->th_seq + tlen) - (tp->rcv_nxt + tp->rcv_wnd); in tcp_do_segment() 2355 if (tp->rcv_wnd == 0 && th->th_seq == tp->rcv_nxt) { in tcp_do_segment()
|
| H A D | tcp_var.h | 163 uint32_t rcv_wnd; /* receive window */ member
|
| H A D | tcp_syncache.c | 1053 tp->rcv_wnd = sc->sc_wnd; in syncache_socket() 1054 tp->rcv_adv += tp->rcv_wnd; in syncache_socket()
|
| H A D | tcp_usrreq.c | 1789 ti->tcpi_rcv_space = tp->rcv_wnd; in tcp_fill_info() 2989 tp->rcv_adv, tp->rcv_wnd, tp->rcv_up); in db_print_tcpcb()
|
| H A D | tcp_log_buf.c | 1689 COPY_STAT(rcv_wnd); in tcp_log_event_()
|
| H A D | tcp_subr.c | 3460 xt->t_rcv_wnd = tp->rcv_wnd; in tcp_inptoxtp()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 163 uint32_t rcv_wnd; /* receive window */ member
|