Home
last modified time | relevance | path

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

/linux-3.4.99/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()
/linux-3.4.99/net/netfilter/
Dxt_ecn.c45 if (th->ece == 1) in match_tcp()
48 if (th->ece == 0) in match_tcp()
Dxt_LOG.c107 if (th->ece) in dump_tcp_header()
/linux-3.4.99/include/linux/netfilter_ipv4/
Dipt_ECN.h28 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
/linux-3.4.99/include/linux/
Dtcp.h38 ece:1, member
44 ece:1, member
/linux-3.4.99/net/ipv4/
Dinet_lro.c67 if (tcph->cwr || tcph->ece || tcph->urg || !tcph->ack || in lro_tcp_ip_check()
Dtcp_output.c321 th->ece = 1; in TCP_ECN_make_synack()
347 tcp_hdr(skb)->ece = 1; in TCP_ECN_send()
Dtcp_input.c249 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in TCP_ECN_rcv_synack()
255 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in TCP_ECN_rcv_syn()
261 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK)) in TCP_ECN_rcv_ecn_echo()
DKconfig528 See http://www-ece.rice.edu/networks/TCP-LP/
/linux-3.4.99/include/net/
Dtcp.h373 if (sysctl_tcp_ecn && th->ece && th->cwr) in TCP_ECN_create_request()
/linux-3.4.99/drivers/net/ethernet/neterion/
Ds2io.c8416 tcp->ece || tcp->cwr || !tcp->ack) { in verify_l3_l4_lro_capable()