Searched refs:TCP_ECN_OK (Results 1 – 9 of 9) sorted by relevance
53 #define TCP_ECN_OK 1 macro
74 if (!(tp->ecn_flags & TCP_ECN_OK) && fallback_cc[0]) { in BPF_PROG()
29 #define TCP_ECN_OK 1 macro
93 if ((tp->ecn_flags & TCP_ECN_OK) || in dctcp_init()
336 if (tp->ecn_flags & TCP_ECN_OK) in tcp_ecn_queue_cwr()393 if (tcp_sk(sk)->ecn_flags & TCP_ECN_OK) in tcp_ecn_check_ce()399 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack()400 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_synack()405 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn()406 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_syn()411 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_rcv_ecn_echo()
460 tp->ecn_flags = inet_rsk(req)->ecn_ok ? TCP_ECN_OK : 0; in tcp_ecn_openreq_child()
325 if (!(tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_send_synack()351 tp->ecn_flags = TCP_ECN_OK; in tcp_ecn_send_syn()381 if (tp->ecn_flags & TCP_ECN_OK) { in tcp_ecn_send()
4110 if (tp->ecn_flags & TCP_ECN_OK) in tcp_get_info()
374 #define TCP_ECN_OK 1 macro