Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_var.h421 #define TF_ECN_SND_ECE 0x10000000 /* ECN ECE in queue */ macro
Dtcp_input.c1006 tp->t_flags &= ~TF_ECN_SND_ECE; in tcp_do_segment()
1009 tp->t_flags |= TF_ECN_SND_ECE; in tcp_do_segment()
Dtcp_output.c996 if (tp->t_flags & TF_ECN_SND_ECE) in tcp_output()