Home
last modified time | relevance | path

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

/Linux-v5.4/samples/bpf/
Dhbm_kern.h31 #define TCP_ECN_OK 1 macro
/Linux-v5.4/net/ipv4/
Dtcp_dctcp.c79 if ((tp->ecn_flags & TCP_ECN_OK) || in dctcp_init()
Dtcp_input.c250 if (tp->ecn_flags & TCP_ECN_OK) in tcp_ecn_queue_cwr()
306 if (tcp_sk(sk)->ecn_flags & TCP_ECN_OK) in tcp_ecn_check_ce()
312 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack()
313 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_synack()
318 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn()
319 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_syn()
324 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_rcv_ecn_echo()
Dtcp_minisocks.c403 tp->ecn_flags = inet_rsk(req)->ecn_ok ? TCP_ECN_OK : 0; in tcp_ecn_openreq_child()
Dtcp_output.c310 if (!(tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_send_synack()
336 tp->ecn_flags = TCP_ECN_OK; in tcp_ecn_send_syn()
366 if (tp->ecn_flags & TCP_ECN_OK) { in tcp_ecn_send()
Dtcp.c3249 if (tp->ecn_flags & TCP_ECN_OK) in tcp_get_info()
/Linux-v5.4/include/net/
Dtcp.h361 #define TCP_ECN_OK 1 macro