Home
last modified time | relevance | path

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

/Linux-v5.10/samples/bpf/
Dhbm_kern.h31 #define TCP_ECN_OK 1 macro
/Linux-v5.10/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h101 #define TCP_ECN_OK 1 macro
/Linux-v5.10/net/ipv4/
Dtcp_dctcp.c79 if ((tp->ecn_flags & TCP_ECN_OK) || in dctcp_init()
Dtcp_minisocks.c403 tp->ecn_flags = inet_rsk(req)->ecn_ok ? TCP_ECN_OK : 0; in tcp_ecn_openreq_child()
Dtcp_input.c314 if (tp->ecn_flags & TCP_ECN_OK) in tcp_ecn_queue_cwr()
371 if (tcp_sk(sk)->ecn_flags & TCP_ECN_OK) in tcp_ecn_check_ce()
377 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack()
378 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_synack()
383 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn()
384 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_syn()
389 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_rcv_ecn_echo()
Dtcp_output.c314 if (!(tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_send_synack()
340 tp->ecn_flags = TCP_ECN_OK; in tcp_ecn_send_syn()
370 if (tp->ecn_flags & TCP_ECN_OK) { in tcp_ecn_send()
Dtcp.c3418 if (tp->ecn_flags & TCP_ECN_OK) in tcp_get_info()
/Linux-v5.10/include/net/
Dtcp.h367 #define TCP_ECN_OK 1 macro