Lines Matching defs:tiwin

7680     uint32_t tiwin, int32_t tlen,
7741 if ((th->th_ack == tp->snd_una) && (tiwin == tp->snd_wnd))
8137 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt)
8153 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) {
8156 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd)
8158 tp->snd_wnd = tiwin;
8165 if ((tp->snd_wl2 == th->th_ack) && (tiwin < tp->snd_wnd)) {
8166 tp->snd_wnd = tiwin;
8426 uint32_t tiwin, int32_t nxt_pkt)
8446 if (tiwin && tiwin != tp->snd_wnd) {
8561 uint32_t tiwin, int32_t nxt_pkt, uint8_t iptos)
8577 if (__predict_false(tiwin == 0)) {
8616 if (tiwin != tp->snd_wnd) {
8617 tp->snd_wnd = tiwin;
8740 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos)
8908 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, &ourfinisacked, thflags, &ret_val))
8940 tiwin, thflags, nxt_pkt));
8951 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos)
9040 tp->snd_wnd = tiwin;
9051 tiwin, thflags, nxt_pkt));
9130 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, &ourfinisacked, thflags, &ret_val)) {
9161 tiwin, thflags, nxt_pkt));
9172 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos)
9200 bbr->r_ctl.rc_init_rwnd = max(tiwin, tp->snd_wnd);
9208 tiwin, nxt_pkt, iptos)) {
9213 tiwin, nxt_pkt)) {
9272 tiwin, thflags, nxt_pkt));
9285 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, NULL, thflags, &ret_val)) {
9297 tiwin, thflags, nxt_pkt));
9308 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos)
9369 tiwin, thflags, nxt_pkt));
9382 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, NULL, thflags, &ret_val)) {
9393 tiwin, thflags, nxt_pkt));
9429 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos)
9500 tiwin, thflags, nxt_pkt));
9513 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, &ourfinisacked, thflags, &ret_val)) {
9543 tiwin, thflags, nxt_pkt));
9554 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos)
9616 tiwin, thflags, nxt_pkt));
9629 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, &ourfinisacked, thflags, &ret_val)) {
9645 tiwin, thflags, nxt_pkt));
9656 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos)
9718 tiwin, thflags, nxt_pkt));
9731 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, &ourfinisacked, thflags, &ret_val)) {
9747 tiwin, thflags, nxt_pkt));
9758 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos)
9832 tiwin, thflags, nxt_pkt));
9845 if (bbr_process_ack(m, th, so, tp, to, tiwin, tlen, &ourfinisacked, thflags, &ret_val)) {
9856 tiwin, thflags, nxt_pkt));
11284 uint32_t tiwin;
11318 tiwin = th->th_win << tp->snd_scale;
11320 stats_voi_update_abs_ulong(tp->t_stats, VOI_TCP_FRWIN, tiwin);
11475 bbr_set_state(tp, bbr, tiwin);
11516 if (tiwin > bbr->r_ctl.rc_high_rwnd)
11517 bbr->r_ctl.rc_high_rwnd = tiwin;
11530 tlen, tiwin, thflags, nxt_pkt, iptos);
11608 bbr_set_state(tp, bbr, tiwin);