Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet/
HDtcp_subr.c1356 if (errno == ETIMEDOUT && tp->t_softerror) in tcp_drop()
1357 errno = tp->t_softerror; in tcp_drop()
1664 tp->t_softerror) { in tcp_notify()
1671 tp->t_softerror = error; in tcp_notify()
HDtcp_output.c1593 tp->t_softerror = error; in tcp_output()
1621 tp->t_softerror = error; in tcp_output()
HDtcp_var.h220 int t_softerror; /* possible error not yet reported */ member
HDtcp_usrreq.c2351 tp->t_rttupdated, tp->max_sndwnd, tp->t_softerror); in db_print_tcpcb()
HDtcp_input.c3603 tp->t_softerror = 0; in tcp_xmit_timer()