Home
last modified time | relevance | path

Searched refs:TF_ECN_SND_CWR (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/netinet/
Dtcp_congctl.c448 tp->t_flags |= TF_ECN_SND_CWR; in tcp_common_congestion_exp()
560 tp->t_flags |= TF_ECN_SND_CWR; in tcp_reno_slow_retransmit()
976 tp->t_flags |= TF_ECN_SND_CWR; in tcp_cubic_slow_retransmit()
Dtcp_output.c638 if ((tp->t_flags & (TF_ECN_SND_CWR|TF_ECN_SND_ECE)) != 0) { in tcp_output()
1334 if (tp->t_flags & TF_ECN_SND_CWR) { in tcp_output()
1336 tp->t_flags &= ~TF_ECN_SND_CWR; in tcp_output()
Dtcp_var.h249 #define TF_ECN_SND_CWR 0x20000 /* ECN CWR in queue */ macro