Home
last modified time | relevance | path

Searched refs:in_loss (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_prague.c316 tp->t_ccstate->in_loss = 1; in tcp_prague_pre_fr()
334 tp->t_ccstate->in_loss = 0; in tcp_prague_post_fr()
450 if (tp->t_ccstate->in_loss) { in prague_cwr()
H A Dtcp_var.h340 in_loss:1, /* Are we in loss recovery */ member
360 #define in_loss __u__._prague_state_.in_loss macro