Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dbpf_tcp_helpers.h113 #define TCP_ECN_QUEUE_CWR 2 macro
/linux-6.3-rc2/net/ipv4/
A Dtcp_output.c373 if (tp->ecn_flags & TCP_ECN_QUEUE_CWR) { in tcp_ecn_send()
374 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_send()
A Dtcp_input.c316 tp->ecn_flags |= TCP_ECN_QUEUE_CWR; in tcp_ecn_queue_cwr()
335 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_withdraw_cwr()
/linux-6.3-rc2/include/net/
A Dtcp.h375 #define TCP_ECN_QUEUE_CWR 2 macro

Completed in 27 milliseconds