HomeSort by: relevance | last modified time | path
    Searched refs:TF_ECN_SND_CWR (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
tcp_congctl.c 448 tp->t_flags |= TF_ECN_SND_CWR;
560 tp->t_flags |= TF_ECN_SND_CWR;
976 tp->t_flags |= TF_ECN_SND_CWR;
tcp_output.c 638 if ((tp->t_flags & (TF_ECN_SND_CWR|TF_ECN_SND_ECE)) != 0) {
1334 if (tp->t_flags & TF_ECN_SND_CWR) {
1336 tp->t_flags &= ~TF_ECN_SND_CWR;
tcp_var.h 249 #define TF_ECN_SND_CWR 0x20000 /* ECN CWR in queue */

Completed in 13 milliseconds