Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dtcp.h397 #define TCP_ECN_SEEN 8 macro
/linux-4.4.14/net/ipv4/
Dtcp_input.c235 if (tp->ecn_flags & TCP_ECN_SEEN) in __tcp_ecn_check_ce()
247 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()
252 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()
Dtcp.c2667 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_get_info()