Searched refs:t_softerror (Results 1 – 7 of 7) sorted by relevance
1688 tp->t_softerror = error; in tcp_default_output()1716 tp->t_softerror = error; in tcp_default_output()
2409 if (errno == ETIMEDOUT && tp->t_softerror) in tcp_drop()2410 errno = tp->t_softerror; in tcp_drop()2623 tp->t_softerror) { in tcp_notify()2630 tp->t_softerror = error; in tcp_notify()
411 int t_softerror; /* possible error not yet reported */ member
2854 tp->t_rttupdated, tp->max_sndwnd, tp->t_softerror); in db_print_tcpcb()
3685 tp->t_softerror = 0; in tcp_xmit_timer()
4979 MPASS(tp->t_softerror >= 0); in bbr_timeout_rxt()4980 retval = tp->t_softerror ? -tp->t_softerror : -ETIMEDOUT; in bbr_timeout_rxt()6094 tp->t_softerror = 0; in bbr_collapse_rtt()6382 tp->t_softerror = 0; in tcp_bbr_xmit_timer_commit()13826 tp->t_softerror = error; in bbr_output_wtime()13833 tp->t_softerror = error; in bbr_output_wtime()
7629 MPASS(tp->t_softerror >= 0); in rack_timeout_rxt()7630 retval = tp->t_softerror ? -tp->t_softerror : -ETIMEDOUT; in rack_timeout_rxt()8663 tp->t_softerror = 0; in tcp_rack_xmit_timer_commit()8837 tp->t_softerror = 0; in rack_update_rtt()22220 tp->t_softerror = error; in rack_output()22290 tp->t_softerror = error; in rack_output()