Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h115 #define TCP_ECN_SEEN 8 macro
/openbmc/linux/net/ipv4/
H A Dtcp_input.c381 if (tp->ecn_flags & TCP_ECN_SEEN) in __tcp_ecn_check_ce()
393 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()
398 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()
H A Dtcp.c3810 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_get_info()
/openbmc/linux/include/net/
H A Dtcp.h375 #define TCP_ECN_SEEN 8 macro