HomeSort by: relevance | last modified time | path
    Searched refs:t_softerror (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/netinet/
tcp_timer.c 366 tp = tcp_drop(tp, tp->t_softerror ?
367 tp->t_softerror : ETIMEDOUT);
tcp_subr.c 1033 if (errno == ETIMEDOUT && tp->t_softerror)
1034 errno = tp->t_softerror;
1263 tp->t_rxtshift > 3 && tp->t_softerror)
1266 tp->t_softerror = error;
tcp_var.h 328 short t_softerror; /* possible error not yet reported */ member in struct:tcpcb
tcp_output.c 1616 tp->t_softerror = error;
tcp_input.c 3398 tp->t_softerror = 0;
  /src/usr.bin/netstat/
inet.c 1114 tcpcb.t_iobc, tcpcb.t_softerror);
inet6.c 1573 mypcb.t_iobc, mypcb.t_softerror);

Completed in 23 milliseconds