Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dbpf_tracing_net.h53 #define TCP_ECN_OK 1 macro
Dbpf_dctcp.c74 if (!(tp->ecn_flags & TCP_ECN_OK) && fallback_cc[0]) { in BPF_PROG()
/linux-6.12.1/samples/bpf/
Dhbm_kern.h29 #define TCP_ECN_OK 1 macro
/linux-6.12.1/net/ipv4/
Dtcp_dctcp.c93 if ((tp->ecn_flags & TCP_ECN_OK) || in dctcp_init()
Dtcp_input.c336 if (tp->ecn_flags & TCP_ECN_OK) in tcp_ecn_queue_cwr()
393 if (tcp_sk(sk)->ecn_flags & TCP_ECN_OK) in tcp_ecn_check_ce()
399 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack()
400 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_synack()
405 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn()
406 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_syn()
411 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_rcv_ecn_echo()
Dtcp_minisocks.c456 tp->ecn_flags = inet_rsk(req)->ecn_ok ? TCP_ECN_OK : 0; in tcp_ecn_openreq_child()
Dtcp_output.c325 if (!(tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_send_synack()
351 tp->ecn_flags = TCP_ECN_OK; in tcp_ecn_send_syn()
381 if (tp->ecn_flags & TCP_ECN_OK) { in tcp_ecn_send()
Dtcp.c4109 if (tp->ecn_flags & TCP_ECN_OK) in tcp_get_info()
/linux-6.12.1/include/net/
Dtcp.h374 #define TCP_ECN_OK 1 macro