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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_var.h265 #define TF_FASTRECOVERY 0x200000 /* in NewReno Fast Recovery */ macro
505 #define IN_FASTRECOVERY(tp) (tp->t_flags & TF_FASTRECOVERY)
516 (_tp_)->t_flags |= TF_FASTRECOVERY; \
522 (_tp_)->t_flags &= ~TF_FASTRECOVERY; \

Completed in 73 milliseconds