Home
last modified time | relevance | path

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

/linux-6.3-rc2/samples/bpf/
A Dhbm_kern.h29 #define TCP_ECN_OK 1 macro
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dbpf_tcp_helpers.h112 #define TCP_ECN_OK 1 macro
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dbpf_dctcp.c67 if (!(tp->ecn_flags & TCP_ECN_OK) && fallback[0]) { in BPF_PROG()
/linux-6.3-rc2/net/ipv4/
A Dtcp_dctcp.c82 if ((tp->ecn_flags & TCP_ECN_OK) || in dctcp_init()
A 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()
A Dtcp_minisocks.c434 tp->ecn_flags = inet_rsk(req)->ecn_ok ? TCP_ECN_OK : 0; in tcp_ecn_openreq_child()
A 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()
A Dtcp.c3884 if (tp->ecn_flags & TCP_ECN_OK) in tcp_get_info()
/linux-6.3-rc2/include/net/
A Dtcp.h374 #define TCP_ECN_OK 1 macro

Completed in 46 milliseconds