Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/tcplp/bsdtcp/
Dtcp_input.c230 if (tp->t_flags & TF_ECN_PERMIT) in cc_cong_signal()
237 if (tp->t_flags & TF_ECN_PERMIT) in cc_cong_signal()
934 tp->t_flags |= TF_ECN_PERMIT; in tcp_input()
1079 if (tp->t_flags & TF_ECN_PERMIT) { in tcp_do_segment()
1594 tp->t_flags |= TF_ECN_PERMIT; in tcp_do_segment()
Dtcp_var.h429 #define TF_ECN_PERMIT 0x4000000 /* connection ECN-ready */ macro
Dtcp_output.c1057 if (tp->t_state == TCPS_SYN_RECEIVED && tp->t_flags & TF_ECN_PERMIT && in tcp_output()
1063 (tp->t_flags & TF_ECN_PERMIT)) { in tcp_output()