Searched refs:TCP_ECN_OK (Results 1 – 6 of 6) sorted by relevance
88 if ((tp->ecn_flags & TCP_ECN_OK) || in dctcp_init()
244 if (tp->ecn_flags & TCP_ECN_OK) in tcp_ecn_queue_cwr()300 if (tcp_sk(sk)->ecn_flags & TCP_ECN_OK) in tcp_ecn_check_ce()306 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack()307 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_synack()312 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn()313 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_syn()318 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_rcv_ecn_echo()
395 tp->ecn_flags = inet_rsk(req)->ecn_ok ? TCP_ECN_OK : 0; in tcp_ecn_openreq_child()
314 if (!(tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_send_synack()340 tp->ecn_flags = TCP_ECN_OK; in tcp_ecn_send_syn()370 if (tp->ecn_flags & TCP_ECN_OK) { in tcp_ecn_send()
3154 if (tp->ecn_flags & TCP_ECN_OK) in tcp_get_info()
362 #define TCP_ECN_OK 1 macro