Searched refs:t_softerror (Results 1 – 6 of 6) sorted by relevance
479 int t_softerror; /* possible error not yet reported */ member1166 int t_softerror; /* possible error not yet reported */ member1580 int t_softerror; /* possible error not yet reported */ member1663 int t_softerror; /* possible error not yet reported */ member
274 xt->t_softerror = tp->t_softerror; in tcpcb_to_xtcpcb_n()
1258 if (errno == ETIMEDOUT && tp->t_softerror) { in tcp_drop()1259 errno = tp->t_softerror; in tcp_drop()1850 tp->t_softerror) { in tcp_notify()1853 tp->t_softerror = error; in tcp_notify()1951 otp->t_softerror = tp->t_softerror; in tcpcb_to_otcpcb()2135 otp->t_softerror = tp->t_softerror; in tcpcb_to_xtcpcb64()
1140 tp = tcp_drop(tp, tp->t_softerror ? in tcp_timers()1141 tp->t_softerror : ETIMEDOUT); in tcp_timers()1654 tp = tcp_drop(tp, tp->t_softerror ? in tcp_timers()1655 tp->t_softerror : ETIMEDOUT); in tcp_timers()
3394 tp->t_softerror = error; in tcp_output()
6799 tp->t_softerror = 0; in tcp_xmit_timer()