Home
last modified time | relevance | path

Searched refs:ece (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/net/ipv4/netfilter/
Dipt_ECN.c56 tcph->ece == einfo->proto.tcp.ece) && in set_ect_tcp()
67 tcph->ece = einfo->proto.tcp.ece; in set_ect_tcp()
Dipt_SYNPROXY.c35 if (th->ece && th->cwr) in synproxy_tg4()
/Linux-v5.4/net/netfilter/
Dxt_ecn.c42 if (th->ece == 1) in match_tcp()
45 if (th->ece == 0) in match_tcp()
Dnf_log_common.c90 if (th->ece) in nf_log_dump_tcp_header()
Dnft_synproxy.c30 if (tcp->ece && tcp->cwr) in nft_synproxy_tcp_options()
/Linux-v5.4/include/uapi/linux/netfilter_ipv4/
Dipt_ECN.h29 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
/Linux-v5.4/include/uapi/linux/
Dtcp.h39 ece:1, member
45 ece:1, member
/Linux-v5.4/net/ipv6/netfilter/
Dip6t_SYNPROXY.c35 if (th->ece && th->cwr) in synproxy_tg6()
/Linux-v5.4/drivers/crypto/chelsio/chtls/
Dchtls_cm.c958 if (tcph->ece && tcph->cwr) in chtls_pass_accept_rpl()
1220 th_ecn = tcph->ece && tcph->cwr; in chtls_pass_accept_request()
/Linux-v5.4/net/ipv4/
Dtcp_input.c312 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack()
318 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn()
324 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_rcv_ecn_echo()
6404 bool th_ecn = th->ece && th->cwr; in tcp_ecn_create_request()
Dtcp_output.c355 th->ece = 1; in tcp_ecn_make_synack()
381 th->ece = 1; in tcp_ecn_send()
DKconfig566 See http://www-ece.rice.edu/networks/TCP-LP/
/Linux-v5.4/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c1197 if (tcph->ece && tcph->cwr) in cxgbit_pass_accept_rpl()
/Linux-v5.4/drivers/infiniband/hw/cxgb4/
Dcm.c2467 if (tcph->ece && tcph->cwr) in accept_cr()
/Linux-v5.4/drivers/net/ethernet/neterion/
Ds2io.c8324 tcp->ece || tcp->cwr || !tcp->ack) { in verify_l3_l4_lro_capable()