Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
A Dbpf_tcp_helpers.h110 #define TCP_ECN_SEEN 8 macro
/linux/net/ipv4/
A Dtcp_input.c348 if (tp->ecn_flags & TCP_ECN_SEEN) in __tcp_ecn_check_ce()
360 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()
365 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()
A Dtcp.c3737 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_get_info()
/linux/include/net/
A Dtcp.h372 #define TCP_ECN_SEEN 8 macro

Completed in 31 milliseconds