Searched refs:t_softerror (Results 1 – 5 of 5) sorted by relevance
1356 if (errno == ETIMEDOUT && tp->t_softerror) in tcp_drop()1357 errno = tp->t_softerror; in tcp_drop()1664 tp->t_softerror) { in tcp_notify()1671 tp->t_softerror = error; in tcp_notify()
1593 tp->t_softerror = error; in tcp_output()1621 tp->t_softerror = error; in tcp_output()
220 int t_softerror; /* possible error not yet reported */ member
2351 tp->t_rttupdated, tp->max_sndwnd, tp->t_softerror); in db_print_tcpcb()
3603 tp->t_softerror = 0; in tcp_xmit_timer()