Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h53 #define TCP_ECN_OK 1 macro
H A Dbpf_dctcp.c74 if (!(tp->ecn_flags & TCP_ECN_OK) && fallback_cc[0]) { in BPF_PROG()
/linux/samples/bpf/
H A Dhbm_kern.h29 #define TCP_ECN_OK 1 macro
/linux/net/ipv4/
H A Dtcp_dctcp.c93 if ((tp->ecn_flags & TCP_ECN_OK) || in dctcp_init()
H A 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()
H A Dtcp_minisocks.c460 tp->ecn_flags = inet_rsk(req)->ecn_ok ? TCP_ECN_OK : 0; in tcp_ecn_openreq_child()
H A 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()
H A Dtcp.c4110 if (tp->ecn_flags & TCP_ECN_OK) in tcp_get_info()
/linux/include/net/
H A Dtcp.h374 #define TCP_ECN_OK 1 macro