Home
last modified time | relevance | path

Searched refs:tcp_ecn_mode_any (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv4/
H A Dtcp_dctcp.c93 if (tcp_ecn_mode_any(tp) || in dctcp_init()
H A Dtcp_output.c347 if (!tcp_ecn_mode_any(tp)) in tcp_ecn_send()
H A Dtcp.c4266 if (tcp_ecn_mode_any(tp)) in tcp_get_info()
H A Dtcp_input.c6928 if (tcp_ecn_mode_any(tp)) in tcp_rcv_synsent_state_process()
/linux/include/net/
H A Dtcp.h436 static inline bool tcp_ecn_mode_any(const struct tcp_sock *tp) in tcp_ecn_mode_any() function
453 return !tcp_ecn_mode_any(tp); in tcp_ecn_disabled()