Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h115 #define TCP_ECN_SEEN 8 macro
/Linux-v6.6/net/ipv4/
Dtcp_input.c370 if (tp->ecn_flags & TCP_ECN_SEEN) in __tcp_ecn_check_ce()
382 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()
387 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()
Dtcp.c3755 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_get_info()
/Linux-v6.6/include/net/
Dtcp.h374 #define TCP_ECN_SEEN 8 macro