Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h56 #define TCP_ECN_SEEN 8 macro
/linux/net/ipv4/
H A Dtcp_input.c369 if (tp->ecn_flags & TCP_ECN_SEEN) in __tcp_ecn_check_ce()
381 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()
386 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()
H A Dtcp.c4111 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_get_info()
/linux/include/net/
H A Dtcp.h377 #define TCP_ECN_SEEN 8 macro