Searched refs:t_softerror (Results 1 – 5 of 5) sorted by relevance
348 if (errnum == ETIMEDOUT && tp->t_softerror) in tcp_drop()349 errnum = tp->t_softerror; in tcp_drop()
361 tp = tcp_drop(tp, tp->t_softerror ? in tcp_timer_rexmt()362 tp->t_softerror : ETIMEDOUT); in tcp_timer_rexmt()
1253 tp->t_softerror = error; in tcp_output()1285 tp->t_softerror = error; in tcp_output()
273 int32_t t_softerror; /* possible error not yet reported */ member
2774 tp->t_softerror = 0; in tcp_xmit_timer()