Home
last modified time | relevance | path

Searched refs:IN_FASTRECOVERY (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netinet/
H A Dtcp_output.c233 !IN_FASTRECOVERY(tp)) in tcp_output()
280 !IN_FASTRECOVERY(tp)) { in tcp_output()
H A Dtcp_timer.c477 if (IN_FASTRECOVERY(tp)) in tcp_save_congestion_state()
H A Dtcp_var.h315 #define IN_FASTRECOVERY(tp) (tp->t_flags & TF_FASTRECOVERY) macro
H A Dtcp_input.c1240 !IN_FASTRECOVERY(tp)) { in tcp_input()
2177 if (IN_FASTRECOVERY(tp)) { in tcp_input()
3477 if (IN_FASTRECOVERY(tp)) { in tcp_recv_dupack()