Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h113 #define TCP_ECN_QUEUE_CWR 2 macro
/openbmc/linux/net/ipv4/
H A Dtcp_output.c387 if (tp->ecn_flags & TCP_ECN_QUEUE_CWR) { in tcp_ecn_send()
388 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_send()
H A Dtcp_input.c349 tp->ecn_flags |= TCP_ECN_QUEUE_CWR; in tcp_ecn_queue_cwr()
368 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_withdraw_cwr()
/openbmc/linux/include/net/
H A Dtcp.h373 #define TCP_ECN_QUEUE_CWR 2 macro