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
67 if (!(tp->ecn_flags & TCP_ECN_OK) && fallback[0]) { in BPF_PROG()
82 if ((tp->ecn_flags & TCP_ECN_OK) || in dctcp_init()
337 if (tp->ecn_flags & TCP_ECN_OK) in tcp_ecn_queue_cwr()394 if (tcp_sk(sk)->ecn_flags & TCP_ECN_OK) in tcp_ecn_check_ce()400 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack()401 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_synack()406 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn()407 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_syn()412 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_rcv_ecn_echo()
433 tp->ecn_flags = inet_rsk(req)->ecn_ok ? TCP_ECN_OK : 0; in tcp_ecn_openreq_child()
321 if (!(tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_send_synack()347 tp->ecn_flags = TCP_ECN_OK; in tcp_ecn_send_syn()377 if (tp->ecn_flags & TCP_ECN_OK) { in tcp_ecn_send()
3753 if (tp->ecn_flags & TCP_ECN_OK) in tcp_get_info()
371 #define TCP_ECN_OK 1 macro