Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_output.c325 else if (tcp_ca_needs_ecn(sk)) in tcp_ecn_send_synack()
334 tcp_ca_needs_ecn(sk); in tcp_ecn_send_syn()
348 if (tcp_ca_needs_ecn(sk)) in tcp_ecn_send_syn()
359 if (tcp_ca_needs_ecn(sk)) in tcp_ecn_make_synack()
382 } else if (!tcp_ca_needs_ecn(sk)) { in tcp_ecn_send()
Dtcp_input.c235 if (tcp_ca_needs_ecn((struct sock *)tp)) in __tcp_ecn_check_ce()
246 if (tcp_ca_needs_ecn((struct sock *)tp)) in __tcp_ecn_check_ce()
6009 if ((!ect && ecn_ok) || tcp_ca_needs_ecn(listen_sk)) in tcp_ecn_create_request()
/linux-4.1.27/include/net/
Dtcp.h871 static inline bool tcp_ca_needs_ecn(const struct sock *sk) in tcp_ca_needs_ecn() function