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

/linux-master/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h113 #define TCP_ECN_QUEUE_CWR 2 macro
/linux-master/net/ipv4/
H A Dtcp_output.c382 if (tp->ecn_flags & TCP_ECN_QUEUE_CWR) {
383 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR;
H A Dtcp_input.c331 tp->ecn_flags |= TCP_ECN_QUEUE_CWR;
350 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR;
/linux-master/include/net/
H A Dtcp.h381 #define TCP_ECN_QUEUE_CWR 2 macro

Completed in 152 milliseconds