Home
last modified time | relevance | path

Searched refs:tcp_ca_needs_ecn (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_cong.c184 if (tcp_ca_needs_ecn(sk)) in tcp_init_congestion_control()
H A Dtcp_output.c315 else if (tcp_ca_needs_ecn(sk) || in tcp_ecn_send_synack()
326 tcp_ca_needs_ecn(sk) || bpf_needs_ecn; in tcp_ecn_send_syn()
340 if (tcp_ca_needs_ecn(sk) || bpf_needs_ecn) in tcp_ecn_send_syn()
379 } else if (!tcp_ca_needs_ecn(sk)) { in tcp_ecn_send()
H A Dtcp_input.c366 if (tcp_ca_needs_ecn(sk)) in __tcp_ecn_check_ce()
377 if (tcp_ca_needs_ecn(sk)) in __tcp_ecn_check_ce()
6696 if (((!ect || th->res1) && ecn_ok) || tcp_ca_needs_ecn(listen_sk) || in tcp_ecn_create_request()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_cong.c246 if (tcp_ca_needs_ecn(sk)) in tcp_init_congestion_control()
H A Dtcp_output.c323 else if (tcp_ca_needs_ecn(sk) || in tcp_ecn_send_synack()
334 tcp_ca_needs_ecn(sk) || bpf_needs_ecn; in tcp_ecn_send_syn()
348 if (tcp_ca_needs_ecn(sk) || bpf_needs_ecn) in tcp_ecn_send_syn()
387 } else if (!tcp_ca_needs_ecn(sk)) { in tcp_ecn_send()
H A Dtcp_input.c374 if (tcp_ca_needs_ecn(sk)) in __tcp_ecn_check_ce()
385 if (tcp_ca_needs_ecn(sk)) in __tcp_ecn_check_ce()
6806 if (((!ect || th->res1) && ecn_ok) || tcp_ca_needs_ecn(listen_sk) || in tcp_ecn_create_request()
/kernel/linux/linux-5.10/include/net/
H A Dtcp.h1136 static inline bool tcp_ca_needs_ecn(const struct sock *sk) in tcp_ca_needs_ecn() function
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h1152 static inline bool tcp_ca_needs_ecn(const struct sock *sk) in tcp_ca_needs_ecn() function
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 42 milliseconds