Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_var.h431 #define TF_ECN_SND_ECE 0x10000000 /* ECN ECE in queue */ macro
Dtcp_input.c1081 tp->t_flags &= ~TF_ECN_SND_ECE; in tcp_do_segment()
1084 tp->t_flags |= TF_ECN_SND_ECE; in tcp_do_segment()
Dtcp_output.c1086 if (tp->t_flags & TF_ECN_SND_ECE) in tcp_output()