Home
last modified time | relevance | path

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

/linux-4.4.14/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.c283 if (th->ece && th->cwr) in synproxy_tg4()
/linux-4.4.14/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-4.4.14/include/uapi/linux/
Dtcp.h38 ece:1, member
44 ece:1, member
/linux-4.4.14/include/uapi/linux/netfilter_ipv4/
Dipt_ECN.h28 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
/linux-4.4.14/net/ipv4/
Dinet_lro.c68 if (tcph->cwr || tcph->ece || tcph->urg || !tcph->ack || in lro_tcp_ip_check()
Dtcp_input.c265 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack()
271 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn()
277 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK)) in tcp_ecn_rcv_ecn_echo()
6047 bool th_ecn = th->ece && th->cwr; in tcp_ecn_create_request()
Dtcp_output.c363 th->ece = 1; in tcp_ecn_make_synack()
389 tcp_hdr(skb)->ece = 1; in tcp_ecn_send()
DKconfig544 See http://www-ece.rice.edu/networks/TCP-LP/
/linux-4.4.14/net/ipv6/netfilter/
Dip6t_SYNPROXY.c296 if (th->ece && th->cwr) in synproxy_tg6()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcm.c2309 if (tcph->ece && tcph->cwr) in accept_cr()
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.c8384 tcp->ece || tcp->cwr || !tcp->ack) { in verify_l3_l4_lro_capable()