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.c243 if (tcp_ca_needs_ecn(sk)) in tcp_init_congestion_control()
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()
7484 tcp_ca_needs_ecn(listen_sk) || in tcp_ecn_create_request()
H A Dtcp_output.c368 } else if (!tcp_ca_needs_ecn(sk)) { in tcp_ecn_send()
/linux/include/net/
H A Dtcp.h1424 static inline bool tcp_ca_needs_ecn(const struct sock *sk) in tcp_ca_needs_ecn() function