Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/netfilter/
Dipt_ECN.c59 tcph->ece == einfo->proto.tcp.ece) && in set_ect_tcp()
70 tcph->ece = einfo->proto.tcp.ece; in set_ect_tcp()
Dipt_SYNPROXY.c285 if (th->ece && th->cwr) in synproxy_tg4()
/Linux-v4.19/net/netfilter/
Dxt_ecn.c45 if (th->ece == 1) in match_tcp()
48 if (th->ece == 0) in match_tcp()
Dnf_log_common.c93 if (th->ece) in nf_log_dump_tcp_header()
/Linux-v4.19/include/uapi/linux/netfilter_ipv4/
Dipt_ECN.h29 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
/Linux-v4.19/include/uapi/linux/
Dtcp.h39 ece:1, member
45 ece:1, member
/Linux-v4.19/net/ipv6/netfilter/
Dip6t_SYNPROXY.c299 if (th->ece && th->cwr) in synproxy_tg6()
/Linux-v4.19/net/ipv4/
Dtcp_input.c306 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack()
312 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn()
318 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_rcv_ecn_echo()
6279 bool th_ecn = th->ece && th->cwr; in tcp_ecn_create_request()
Dtcp_output.c359 th->ece = 1; in tcp_ecn_make_synack()
385 th->ece = 1; in tcp_ecn_send()
DKconfig592 See http://www-ece.rice.edu/networks/TCP-LP/
/Linux-v4.19/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c1179 if (tcph->ece && tcph->cwr) in cxgbit_pass_accept_rpl()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_cm.c980 if (tcph->ece && tcph->cwr) in chtls_pass_accept_rpl()
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dcm.c2435 if (tcph->ece && tcph->cwr) in accept_cr()
/Linux-v4.19/drivers/net/ethernet/neterion/
Ds2io.c8328 tcp->ece || tcp->cwr || !tcp->ack) { in verify_l3_l4_lro_capable()