Searched refs:ece (Results 1 – 12 of 12) 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()
49 if (th->ece == 1) in match_tcp()52 if (th->ece == 0) in match_tcp()
132 if (th->ece) in dump_packet()
28 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
38 ece:1, member44 ece:1, member
233 if (th->ece) in dump_packet()
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()
235 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()
522 See http://www-ece.rice.edu/networks/TCP-LP/
357 if (sysctl_tcp_ecn && th->ece && th->cwr) in TCP_ECN_create_request()
8543 tcp->ece || tcp->cwr || !tcp->ack) { in verify_l3_l4_lro_capable()