Home
last modified time | relevance | path

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

/linux-2.6.39/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_ecn.c49 if (th->ece == 1) in match_tcp()
52 if (th->ece == 0) in match_tcp()
Dipt_LOG.c132 if (th->ece) in dump_packet()
/linux-2.6.39/include/linux/netfilter_ipv4/
Dipt_ECN.h28 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
/linux-2.6.39/include/linux/
Dtcp.h38 ece:1, member
44 ece:1, member
/linux-2.6.39/net/ipv6/netfilter/
Dip6t_LOG.c233 if (th->ece) in dump_packet()
/linux-2.6.39/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.c235 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in TCP_ECN_rcv_synack()
241 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in TCP_ECN_rcv_syn()
247 if (th->ece && !th->syn && (tp->ecn_flags & TCP_ECN_OK)) in TCP_ECN_rcv_ecn_echo()
DKconfig522 See http://www-ece.rice.edu/networks/TCP-LP/
/linux-2.6.39/include/net/
Dtcp.h357 if (sysctl_tcp_ecn && th->ece && th->cwr) in TCP_ECN_create_request()
/linux-2.6.39/drivers/net/
Ds2io.c8543 tcp->ece || tcp->cwr || !tcp->ack) { in verify_l3_l4_lro_capable()