Searched refs:t_softerror (Results 1 – 6 of 6) sorted by relevance
519 int t_softerror; /* possible error not yet reported */ member1190 int t_softerror; /* possible error not yet reported */ member1586 int t_softerror; /* possible error not yet reported */ member1669 int t_softerror; /* possible error not yet reported */ member
274 xt->t_softerror = tp->t_softerror; in tcpcb_to_xtcpcb_n()
1119 tp = tcp_drop(tp, tp->t_softerror ? in tcp_timers()1120 tp->t_softerror : ETIMEDOUT); in tcp_timers()1610 tp = tcp_drop(tp, tp->t_softerror ? in tcp_timers()1611 tp->t_softerror : ETIMEDOUT); in tcp_timers()
1448 if (errno == ETIMEDOUT && tp->t_softerror) { in tcp_drop()1449 errno = tp->t_softerror; in tcp_drop()2088 tp->t_softerror) { in tcp_notify()2091 tp->t_softerror = error; in tcp_notify()2189 otp->t_softerror = tp->t_softerror; in tcpcb_to_otcpcb()2373 otp->t_softerror = tp->t_softerror; in tcpcb_to_xtcpcb64()
3545 tp->t_softerror = error; in tcp_output()
6995 tp->t_softerror = 0; in tcp_xmit_timer()