Searched refs:TCP_ECN_OK (Results 1 – 7 of 7) sorted by relevance
31 #define TCP_ECN_OK 1 macro
79 if ((tp->ecn_flags & TCP_ECN_OK) || in dctcp_init()
250 if (tp->ecn_flags & TCP_ECN_OK) in tcp_ecn_queue_cwr()306 if (tcp_sk(sk)->ecn_flags & TCP_ECN_OK) in tcp_ecn_check_ce()312 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack()313 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_synack()318 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn()319 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_syn()324 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_rcv_ecn_echo()
403 tp->ecn_flags = inet_rsk(req)->ecn_ok ? TCP_ECN_OK : 0; in tcp_ecn_openreq_child()
310 if (!(tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_send_synack()336 tp->ecn_flags = TCP_ECN_OK; in tcp_ecn_send_syn()366 if (tp->ecn_flags & TCP_ECN_OK) { in tcp_ecn_send()
3249 if (tp->ecn_flags & TCP_ECN_OK) in tcp_get_info()
361 #define TCP_ECN_OK 1 macro