Searched refs:ece (Results 1 – 11 of 11) sorted by relevance
59 tcph->ece == einfo->proto.tcp.ece) && in set_ect_tcp()70 tcph->ece = einfo->proto.tcp.ece; in set_ect_tcp()
45 if (th->ece == 1) in match_tcp()48 if (th->ece == 0) in match_tcp()
107 if (th->ece) in dump_tcp_header()
28 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
38 ece:1, member44 ece:1, member
67 if (tcph->cwr || tcph->ece || tcph->urg || !tcph->ack || in lro_tcp_ip_check()
321 th->ece = 1; in TCP_ECN_make_synack()347 tcp_hdr(skb)->ece = 1; in TCP_ECN_send()
249 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()
528 See http://www-ece.rice.edu/networks/TCP-LP/
373 if (sysctl_tcp_ecn && th->ece && th->cwr) in TCP_ECN_create_request()
8416 tcp->ece || tcp->cwr || !tcp->ack) { in verify_l3_l4_lro_capable()