Searched refs:t_softerror (Results 1 – 6 of 6) sorted by relevance
372 int t_softerror; /* possible error not yet reported */ member940 int t_softerror; /* possible error not yet reported */ member1339 int t_softerror; /* possible error not yet reported */ member1422 int t_softerror; /* possible error not yet reported */ member
255 xt->t_softerror = tp->t_softerror; in tcpcb_to_xtcpcb_n()
1214 if (errno == ETIMEDOUT && tp->t_softerror) { in tcp_drop()1215 errno = tp->t_softerror; in tcp_drop()1783 tp->t_softerror) { in tcp_notify()1786 tp->t_softerror = error; in tcp_notify()1884 otp->t_softerror = tp->t_softerror; in tcpcb_to_otcpcb()2068 otp->t_softerror = tp->t_softerror; in tcpcb_to_xtcpcb64()
1128 tp = tcp_drop(tp, tp->t_softerror ? in tcp_timers()1129 tp->t_softerror : ETIMEDOUT); in tcp_timers()1626 tp = tcp_drop(tp, tp->t_softerror ? in tcp_timers()1627 tp->t_softerror : ETIMEDOUT); in tcp_timers()
2842 tp->t_softerror = error; in tcp_output()
6069 tp->t_softerror = 0; in tcp_xmit_timer()