Home
last modified time | relevance | path

Searched refs:tcp_ca_needs_ecn (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv4/
H A Dtcp_cong.c242 if (tcp_ca_needs_ecn(sk)) in tcp_init_congestion_control()
H A Dtcp_output.c330 else if (tcp_ca_needs_ecn(sk) || in tcp_ecn_send_synack()
341 tcp_ca_needs_ecn(sk) || bpf_needs_ecn; in tcp_ecn_send_syn()
355 if (tcp_ca_needs_ecn(sk) || bpf_needs_ecn) in tcp_ecn_send_syn()
394 } else if (!tcp_ca_needs_ecn(sk)) { in tcp_ecn_send()
H A Dtcp_input.c384 if (tcp_ca_needs_ecn(sk)) in tcp_data_ecn_check()
395 if (tcp_ca_needs_ecn(sk)) in tcp_data_ecn_check()
6994 if (((!ect || th->res1) && ecn_ok) || tcp_ca_needs_ecn(listen_sk) || in tcp_ecn_create_request()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1395 if ((!ect && ecn_ok) || tcp_ca_needs_ecn(sk)) in chtls_pass_accept_request()