Searched refs:TCP_ECN_OK (Results 1 – 9 of 9) sorted by relevance
29 #define TCP_ECN_OK 1 macro
112 #define TCP_ECN_OK 1 macro
81 if ((tp->ecn_flags & TCP_ECN_OK) || in dctcp_init()
417 tp->ecn_flags = inet_rsk(req)->ecn_ok ? TCP_ECN_OK : 0; in tcp_ecn_openreq_child()
315 if (tp->ecn_flags & TCP_ECN_OK) in tcp_ecn_queue_cwr()372 if (tcp_sk(sk)->ecn_flags & TCP_ECN_OK) in tcp_ecn_check_ce()378 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack()379 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_synack()384 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn()385 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_syn()390 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_rcv_ecn_echo()
312 if (!(tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_send_synack()338 tp->ecn_flags = TCP_ECN_OK; in tcp_ecn_send_syn()368 if (tp->ecn_flags & TCP_ECN_OK) { in tcp_ecn_send()
3882 if (tp->ecn_flags & TCP_ECN_OK) in tcp_get_info()
67 if (!(tp->ecn_flags & TCP_ECN_OK) && fallback[0]) { in BPF_PROG()
374 #define TCP_ECN_OK 1 macro