Searched refs:TF_ECN_PERMIT (Results 1 – 3 of 3) sorted by relevance
230 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()
429 #define TF_ECN_PERMIT 0x4000000 /* connection ECN-ready */ macro
1057 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()