Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_input.c365 tcp_ecn_mode_rfc3168(tp)) { in tcp_data_ecn_check()
374 if (!tcp_ecn_mode_rfc3168(tp)) in tcp_data_ecn_check()
381 if (!tcp_ecn_mode_rfc3168(tp)) in tcp_data_ecn_check()
487 if (tcp_ecn_mode_rfc3168(tp) && ece_ack) in tcp_count_delivered()
4194 if (tcp_ecn_mode_rfc3168(tp)) in tcp_newly_delivered()
H A Dtcp.c4348 else if (tcp_ecn_mode_rfc3168(tp)) in tcp_get_info()
/linux/include/net/
H A Dtcp.h442 static inline bool tcp_ecn_mode_rfc3168(const struct tcp_sock *tp) in tcp_ecn_mode_rfc3168() function