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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_var.h282 int t_softerror; /* possible error not yet reported */ member in struct:tcpcb
593 int t_softerror; /* possible error not yet reported */ member in struct:otcpcb
831 int t_softerror; /* possible error not yet reported */ member in struct:xtcpcb64
914 int t_softerror; /* possible error not yet reported */ member in struct:xtcpcb_n
H A Din_pcblist.c237 xt->t_softerror = tp->t_softerror;
H A Dtcp_subr.c918 if (errno == ETIMEDOUT && tp->t_softerror)
919 errno = tp->t_softerror;
1270 tp->t_softerror)
1273 tp->t_softerror = error;
1350 otp->t_softerror = tp->t_softerror;
1536 otp->t_softerror = tp->t_softerror;
H A Dtcp_timer.c608 tp = tcp_drop(tp, tp->t_softerror ?
609 tp->t_softerror : ETIMEDOUT);
H A Dtcp_output.c1960 tp->t_softerror = error;
H A Dtcp_input.c4273 tp->t_softerror = 0;

Completed in 38 milliseconds