Searched refs:t_softerror (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_var.h306 int t_softerror; /* possible error not yet reported */ member in struct:tcpcb
695 int t_softerror; /* possible error not yet reported */ member in struct:otcpcb
968 int t_softerror; /* possible error not yet reported */ member in struct:xtcpcb64
1050 int t_softerror; /* possible error not yet reported */ member in struct:xtcpcb_n
H A Din_pcblist.c238 xt->t_softerror = tp->t_softerror;
H A Dtcp_subr.c941 if (errno == ETIMEDOUT && tp->t_softerror)
942 errno = tp->t_softerror;
1302 tp->t_softerror)
1305 tp->t_softerror = error;
1382 otp->t_softerror = tp->t_softerror;
1564 otp->t_softerror = tp->t_softerror;
H A Dtcp_timer.c688 tp = tcp_drop(tp, tp->t_softerror ?
689 tp->t_softerror : ETIMEDOUT);
1038 tp = tcp_drop(tp, tp->t_softerror ?
1039 tp->t_softerror : ETIMEDOUT);
H A Dtcp_output.c2159 tp->t_softerror = error;
H A Dtcp_input.c4643 tp->t_softerror = 0;

Completed in 41 milliseconds