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

/freebsd-10-stable/sys/netinet/
H A Dtcp_var.h266 #define TF_ECN_SND_ECE 0x10000000 /* ECN ECE in queue */ macro
H A Dtcp_input.c1612 tp->t_flags &= ~TF_ECN_SND_ECE;
1615 tp->t_flags |= TF_ECN_SND_ECE;
H A Dtcp_output.c1157 if (tp->t_flags & TF_ECN_SND_ECE)

Completed in 66 milliseconds