Home
last modified time | relevance | path

Searched refs:TCP_ECN_DEMAND_CWR (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dtcp_dctcp.h9 tp->ecn_flags |= TCP_ECN_DEMAND_CWR; in dctcp_ece_ack_cwr()
11 tp->ecn_flags &= ~TCP_ECN_DEMAND_CWR; in dctcp_ece_ack_cwr()
H A Dtcp_input.c355 tcp_sk(sk)->ecn_flags &= ~TCP_ECN_DEMAND_CWR; in tcp_ecn_accept_cwr()
388 if (!(tp->ecn_flags & TCP_ECN_DEMAND_CWR)) { in __tcp_ecn_check_ce()
391 tp->ecn_flags |= TCP_ECN_DEMAND_CWR; in __tcp_ecn_check_ce()
H A Dtcp_output.c396 if (tp->ecn_flags & TCP_ECN_DEMAND_CWR) in tcp_ecn_send()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c172 tp->ecn_flags |= TCP_ECN_DEMAND_CWR; in dctcp_ece_ack_cwr()
174 tp->ecn_flags &= ~TCP_ECN_DEMAND_CWR; in dctcp_ece_ack_cwr()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h114 #define TCP_ECN_DEMAND_CWR 4 macro
/openbmc/linux/include/net/
H A Dtcp.h374 #define TCP_ECN_DEMAND_CWR 4 macro