Searched refs:TF_FASTRECOVERY (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_var.h244 #define TF_FASTRECOVERY 0x200000 /* in NewReno Fast Recovery */ macro
461 #define IN_FASTRECOVERY(tp) (tp->t_flags & TF_FASTRECOVERY)
472 (_tp_)->t_flags |= TF_FASTRECOVERY; \
478 (_tp_)->t_flags &= ~TF_FASTRECOVERY; \
H A Dtcp_output.c2269 ((tp->t_flags & TF_FASTRECOVERY) == 0)) {

Completed in 27 milliseconds