Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_input.c276 if (tp->ecn_flags & TCP_ECN_SEEN) in __tcp_ecn_check_ce()
288 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()
293 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()
Dtcp.c3156 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_get_info()
/Linux-v4.19/include/net/
Dtcp.h365 #define TCP_ECN_SEEN 8 macro