Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_cong.c188 if (tcp_ca_needs_ecn(sk)) in tcp_init_congestion_control()
Dtcp_output.c322 else if (tcp_ca_needs_ecn(sk)) in tcp_ecn_send_synack()
331 tcp_ca_needs_ecn(sk); in tcp_ecn_send_syn()
345 if (tcp_ca_needs_ecn(sk)) in tcp_ecn_send_syn()
384 } else if (!tcp_ca_needs_ecn(sk)) { in tcp_ecn_send()
Dtcp_input.c239 if (tcp_ca_needs_ecn((struct sock *)tp)) in __tcp_ecn_check_ce()
250 if (tcp_ca_needs_ecn((struct sock *)tp)) in __tcp_ecn_check_ce()
6058 if ((!ect && ecn_ok) || tcp_ca_needs_ecn(listen_sk) || in tcp_ecn_create_request()
/linux-4.4.14/include/net/
Dtcp.h911 static inline bool tcp_ca_needs_ecn(const struct sock *sk) in tcp_ca_needs_ecn() function