Searched refs:TF_ECN_PERMIT (Results 1 – 3 of 3) sorted by relevance
229 if (tp->t_flags & TF_ECN_PERMIT) in cc_cong_signal()236 if (tp->t_flags & TF_ECN_PERMIT) in cc_cong_signal()880 tp->t_flags |= TF_ECN_PERMIT; in tcp_input()1004 if (tp->t_flags & TF_ECN_PERMIT) { in tcp_do_segment()1462 tp->t_flags |= TF_ECN_PERMIT; in tcp_do_segment()
967 if (tp->t_state == TCPS_SYN_RECEIVED && tp->t_flags & TF_ECN_PERMIT && in tcp_output()973 (tp->t_flags & TF_ECN_PERMIT)) { in tcp_output()
419 #define TF_ECN_PERMIT 0x4000000 /* connection ECN-ready */ macro