Home
last modified time | relevance | path

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

/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.c343 tcp_sk(sk)->ecn_flags &= ~TCP_ECN_DEMAND_CWR; in tcp_ecn_accept_cwr()
376 if (!(tp->ecn_flags & TCP_ECN_DEMAND_CWR)) { in __tcp_ecn_check_ce()
379 tp->ecn_flags |= TCP_ECN_DEMAND_CWR; in __tcp_ecn_check_ce()
H A Dtcp_output.c395 if (tp->ecn_flags & TCP_ECN_DEMAND_CWR) in tcp_ecn_send()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c179 tp->ecn_flags |= TCP_ECN_DEMAND_CWR; in dctcp_ece_ack_cwr()
181 tp->ecn_flags &= ~TCP_ECN_DEMAND_CWR; in dctcp_ece_ack_cwr()
H A Dbpf_tracing_net.h55 #define TCP_ECN_DEMAND_CWR 4 macro
/linux/include/net/
H A Dtcp.h376 #define TCP_ECN_DEMAND_CWR 4 macro