Home
last modified time | relevance | path

Searched refs:t_softerror (Results 1 – 5 of 5) sorted by relevance

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_subr.c348 if (errnum == ETIMEDOUT && tp->t_softerror) in tcp_drop()
349 errnum = tp->t_softerror; in tcp_drop()
Dtcp_timer.c361 tp = tcp_drop(tp, tp->t_softerror ? in tcp_timer_rexmt()
362 tp->t_softerror : ETIMEDOUT); in tcp_timer_rexmt()
Dtcp_output.c1253 tp->t_softerror = error; in tcp_output()
1285 tp->t_softerror = error; in tcp_output()
Dtcp_var.h273 int32_t t_softerror; /* possible error not yet reported */ member
Dtcp_input.c2774 tp->t_softerror = 0; in tcp_xmit_timer()