Searched refs:TCP_ECN_OK (Results 1 - 9 of 9) sorted by relevance

/linux-master/samples/bpf/
H A Dhbm_kern.h29 #define TCP_ECN_OK 1 macro
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h112 #define TCP_ECN_OK 1 macro
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c67 if (!(tp->ecn_flags & TCP_ECN_OK) && fallback[0]) {
/linux-master/net/ipv4/
H A Dtcp_dctcp.c82 if ((tp->ecn_flags & TCP_ECN_OK) ||
H A Dtcp_minisocks.c454 tp->ecn_flags = inet_rsk(req)->ecn_ok ? TCP_ECN_OK : 0;
H A Dtcp_input.c330 if (tp->ecn_flags & TCP_ECN_OK)
387 if (tcp_sk(sk)->ecn_flags & TCP_ECN_OK)
393 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr))
394 tp->ecn_flags &= ~TCP_ECN_OK;
399 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr))
400 tp->ecn_flags &= ~TCP_ECN_OK;
405 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK))
H A Dtcp_output.c321 if (!(tp->ecn_flags & TCP_ECN_OK))
347 tp->ecn_flags = TCP_ECN_OK;
377 if (tp->ecn_flags & TCP_ECN_OK) {
H A Dtcp.c3817 if (tp->ecn_flags & TCP_ECN_OK)
/linux-master/include/net/
H A Dtcp.h380 #define TCP_ECN_OK 1 macro

Completed in 372 milliseconds