Home
last modified time | relevance | path

Searched refs:rcv_wnd (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c580 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 Drack.c9222 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 Dbbr.c8896 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 Dsiftr.c201 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 Dtcp_debug.c220 (u_long)tp->rcv_nxt, (u_long)tp->rcv_wnd, (u_long)tp->rcv_up, in tcp_trace()
H A Dtcp_input.c1953 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 Dtcp_var.h163 uint32_t rcv_wnd; /* receive window */ member
H A Dtcp_syncache.c1053 tp->rcv_wnd = sc->sc_wnd; in syncache_socket()
1054 tp->rcv_adv += tp->rcv_wnd; in syncache_socket()
H A Dtcp_usrreq.c1789 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 Dtcp_log_buf.c1689 COPY_STAT(rcv_wnd); in tcp_log_event_()
H A Dtcp_subr.c3460 xt->t_rcv_wnd = tp->rcv_wnd; in tcp_inptoxtp()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h163 uint32_t rcv_wnd; /* receive window */ member