Home
last modified time | relevance | path

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

/linux-6.1.9/samples/bpf/
Dhbm_kern.h29 #define TCP_ECN_OK 1 macro
/linux-6.1.9/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h112 #define TCP_ECN_OK 1 macro
/linux-6.1.9/net/ipv4/
Dtcp_dctcp.c81 if ((tp->ecn_flags & TCP_ECN_OK) || in dctcp_init()
Dtcp_minisocks.c417 tp->ecn_flags = inet_rsk(req)->ecn_ok ? TCP_ECN_OK : 0; in tcp_ecn_openreq_child()
Dtcp_input.c315 if (tp->ecn_flags & TCP_ECN_OK) in tcp_ecn_queue_cwr()
372 if (tcp_sk(sk)->ecn_flags & TCP_ECN_OK) in tcp_ecn_check_ce()
378 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack()
379 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_synack()
384 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn()
385 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_syn()
390 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_rcv_ecn_echo()
Dtcp_output.c312 if (!(tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_send_synack()
338 tp->ecn_flags = TCP_ECN_OK; in tcp_ecn_send_syn()
368 if (tp->ecn_flags & TCP_ECN_OK) { in tcp_ecn_send()
Dtcp.c3882 if (tp->ecn_flags & TCP_ECN_OK) in tcp_get_info()
/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dbpf_dctcp.c67 if (!(tp->ecn_flags & TCP_ECN_OK) && fallback[0]) { in BPF_PROG()
/linux-6.1.9/include/net/
Dtcp.h374 #define TCP_ECN_OK 1 macro