Searched refs:ece (Results 1 – 7 of 7) sorted by relevance
44 th->ece = 1; in TCP_ECN_make_synack()64 skb->h.th->ece = 1; in TCP_ECN_send()100 if ((tp->ecn_flags&TCP_ECN_OK) && (!th->ece || th->cwr)) in TCP_ECN_rcv_synack()107 if ((tp->ecn_flags&TCP_ECN_OK) && (!th->ece || !th->cwr)) in TCP_ECN_rcv_syn()114 if (th->ece && !th->syn && (tp->ecn_flags&TCP_ECN_OK)) in TCP_ECN_rcv_ecn_echo()128 if (sysctl_tcp_ecn && th->ece && th->cwr) in TCP_ECN_create_request()
83 && tcph->ece != einfo->proto.tcp.ece) { in set_ect_tcp()84 tcph->ece = einfo->proto.tcp.ece; in set_ect_tcp()
36 if (tcph->ece == 1) in match_tcp()39 if (tcph->ece == 0) in match_tcp()
111 if (tcph->ece) in dump_packet()
37 ece:1, member43 ece:1, member
26 u_int8_t ece:1, cwr:1; /* TCP ECT bits */ member
238 if (tcph->ece) in dump_packet()