Lines Matching refs:r_state
4367 if (bbr->r_state && (bbr->r_state != tp->t_state)) in bbr_timeout_rack()
4561 if (bbr->r_state && (bbr->r_state != tp->t_state)) in bbr_timeout_tlp()
4867 if (bbr->r_state && (bbr->r_state != tp->t_state)) in bbr_remxt_tmr()
7377 bbr->r_state, bbr); in bbr_log_ack()
7753 if (bbr->r_state == TCPS_SYN_SENT) { in bbr_process_ack()
10244 bbr->r_state = TCPS_SYN_SENT; in bbr_set_state()
10248 bbr->r_state = TCPS_SYN_RECEIVED; in bbr_set_state()
10253 bbr->r_state = TCPS_ESTABLISHED; in bbr_set_state()
10257 bbr->r_state = TCPS_CLOSE_WAIT; in bbr_set_state()
10261 bbr->r_state = TCPS_FIN_WAIT_1; in bbr_set_state()
10265 bbr->r_state = TCPS_CLOSING; in bbr_set_state()
10269 bbr->r_state = TCPS_LAST_ACK; in bbr_set_state()
10273 bbr->r_state = TCPS_FIN_WAIT_2; in bbr_set_state()
11386 if (bbr->r_state == 0) { in bbr_do_segment_nounlock()
11474 if (bbr->r_state != tp->t_state) in bbr_do_segment_nounlock()
11479 prev_state = bbr->r_state; in bbr_do_segment_nounlock()
11607 if (bbr->r_state != tp->t_state) in bbr_do_segment_nounlock()
11898 if (bbr->r_state) { in bbr_output_wtime()