Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c173 tp->ecn_flags |= TCP_ECN_DEMAND_CWR;
175 tp->ecn_flags &= ~TCP_ECN_DEMAND_CWR; in dctcp_ece_ack_cwr()
H A Dbpf_tracing_net.h65 #define TCP_ECN_DEMAND_CWR 4 macro
/linux/net/ipv4/
H A Dtcp_input.c364 if (!(tp->ecn_flags & TCP_ECN_DEMAND_CWR) && in tcp_data_ecn_check()
368 tp->ecn_flags |= TCP_ECN_DEMAND_CWR; in tcp_data_ecn_check()
H A Dtcp_output.c372 if (tp->ecn_flags & TCP_ECN_DEMAND_CWR) in tcp_ecn_send()