Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_output.c1688 tp->t_softerror = error; in tcp_default_output()
1716 tp->t_softerror = error; in tcp_default_output()
H A Dtcp_subr.c2409 if (errno == ETIMEDOUT && tp->t_softerror) in tcp_drop()
2410 errno = tp->t_softerror; in tcp_drop()
2623 tp->t_softerror) { in tcp_notify()
2630 tp->t_softerror = error; in tcp_notify()
H A Dtcp_var.h411 int t_softerror; /* possible error not yet reported */ member
H A Dtcp_usrreq.c2854 tp->t_rttupdated, tp->max_sndwnd, tp->t_softerror); in db_print_tcpcb()
H A Dtcp_input.c3685 tp->t_softerror = 0; in tcp_xmit_timer()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c4979 MPASS(tp->t_softerror >= 0); in bbr_timeout_rxt()
4980 retval = tp->t_softerror ? -tp->t_softerror : -ETIMEDOUT; in bbr_timeout_rxt()
6094 tp->t_softerror = 0; in bbr_collapse_rtt()
6382 tp->t_softerror = 0; in tcp_bbr_xmit_timer_commit()
13826 tp->t_softerror = error; in bbr_output_wtime()
13833 tp->t_softerror = error; in bbr_output_wtime()
H A Drack.c7629 MPASS(tp->t_softerror >= 0); in rack_timeout_rxt()
7630 retval = tp->t_softerror ? -tp->t_softerror : -ETIMEDOUT; in rack_timeout_rxt()
8663 tp->t_softerror = 0; in tcp_rack_xmit_timer_commit()
8837 tp->t_softerror = 0; in rack_update_rtt()
22220 tp->t_softerror = error; in rack_output()
22290 tp->t_softerror = error; in rack_output()