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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_var.h220 #define TF_FASTRECOVERY 0x200000 /* in NewReno Fast Recovery */ macro
391 #define IN_FASTRECOVERY(tp) (tp->t_flags & TF_FASTRECOVERY)
401 (_tp_)->t_flags |= TF_FASTRECOVERY; \
406 #define EXIT_FASTRECOVERY(tp) tp->t_flags &= ~TF_FASTRECOVERY
H A Dtcp_output.c2068 ((tp->t_flags & TF_FASTRECOVERY) == 0)) {

Completed in 23 milliseconds