Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_dctcp.c88 if ((tp->ecn_flags & TCP_ECN_OK) || in dctcp_init()
Dtcp_minisocks.c406 tp->ecn_flags = inet_rsk(req)->ecn_ok ? TCP_ECN_OK : 0; in tcp_ecn_openreq_child()
Dtcp_input.c212 if (tp->ecn_flags & TCP_ECN_OK) in tcp_ecn_queue_cwr()
259 if (tp->ecn_flags & TCP_ECN_OK) in tcp_ecn_check_ce()
265 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack()
266 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_synack()
271 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn()
272 tp->ecn_flags &= ~TCP_ECN_OK; in tcp_ecn_rcv_syn()
277 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_rcv_ecn_echo()
Dtcp_output.c320 if (!(tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_send_synack()
344 tp->ecn_flags = TCP_ECN_OK; in tcp_ecn_send_syn()
374 if (tp->ecn_flags & TCP_ECN_OK) { in tcp_ecn_send()
Dtcp.c2665 if (tp->ecn_flags & TCP_ECN_OK) in tcp_get_info()
/linux-4.4.14/include/net/
Dtcp.h394 #define TCP_ECN_OK 1 macro