Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_input.c361 if (tcp_ca_needs_ecn(sk)) in tcp_data_ecn_check()
379 if (tcp_ca_needs_ecn(sk)) in tcp_data_ecn_check()
7450 tcp_ca_needs_ecn(listen_sk) || in tcp_ecn_create_request()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1397 if ((!ect && ecn_ok) || tcp_ca_needs_ecn(sk)) in chtls_pass_accept_request()
/linux/include/net/
H A Dtcp.h1415 static inline bool tcp_ca_needs_ecn(const struct sock *sk) in tcp_ca_needs_ecn() function