Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h54 #define TCP_ECN_QUEUE_CWR 2 macro
/linux/net/ipv4/
H A Dtcp_output.c386 if (tp->ecn_flags & TCP_ECN_QUEUE_CWR) { in tcp_ecn_send()
387 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_send()
H A Dtcp_input.c337 tp->ecn_flags |= TCP_ECN_QUEUE_CWR; in tcp_ecn_queue_cwr()
356 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_withdraw_cwr()
/linux/include/net/
H A Dtcp.h375 #define TCP_ECN_QUEUE_CWR 2 macro