Home
last modified time | relevance | path

Searched refs:TCP_ECN_SEEN (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h104 #define TCP_ECN_SEEN 8 macro
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h115 #define TCP_ECN_SEEN 8 macro
/kernel/linux/linux-5.10/include/net/
H A Dtcp.h365 #define TCP_ECN_SEEN 8 macro
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h374 #define TCP_ECN_SEEN 8 macro
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c362 if (tp->ecn_flags & TCP_ECN_SEEN) in __tcp_ecn_check_ce()
374 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()
379 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()
H A Dtcp.c3617 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_get_info()
/kernel/linux/linux-6.6/net/ipv4/
H A 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()
H A Dtcp.c3782 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_get_info()

Completed in 40 milliseconds