Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h61 #define TCP_ECN_SEEN 8 macro
/linux-6.15/net/ipv4/
H A Dtcp_input.c380 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_data_ecn_check()
392 tp->ecn_flags |= TCP_ECN_SEEN; in tcp_data_ecn_check()
397 tp->ecn_flags |= TCP_ECN_SEEN; in tcp_data_ecn_check()
H A Dtcp.c4159 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_get_info()
/linux-6.15/include/net/
H A Dtcp.h380 #define TCP_ECN_SEEN BIT(3) macro