Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h61 #define TCP_ECN_SEEN 8 macro
/linux/include/net/
H A Dtcp_ecn.h291 tp->ecn_flags |= TCP_ECN_SEEN; in tcp_ecn_received_counters()
H A Dtcp.h419 #define TCP_ECN_SEEN BIT(3) macro
/linux/net/ipv4/
H A Dtcp_input.c357 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_data_ecn_check()
376 tp->ecn_flags |= TCP_ECN_SEEN; in tcp_data_ecn_check()
383 tp->ecn_flags |= TCP_ECN_SEEN; in tcp_data_ecn_check()
H A Dtcp.c4303 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_get_info()