Searched refs:cwr (Results 1 – 16 of 16) sorted by relevance
61 tcph->cwr == einfo->proto.tcp.cwr)) in set_ect_tcp()72 tcph->cwr = einfo->proto.tcp.cwr; in set_ect_tcp()
283 if (th->ece && th->cwr) in synproxy_tg4()
55 if (th->cwr == 1) in match_tcp()58 if (th->cwr == 0) in match_tcp()
91 if (th->cwr) in nf_log_dump_tcp_header()
39 cwr:1; member43 cwr:1, member
28 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
151 th->cwr = 0; in tcp_gso_segment()284 if (th->cwr) in tcp_gro_complete()
68 if (tcph->cwr || tcph->ece || tcph->urg || !tcph->ack || in lro_tcp_ip_check()
218 if (tcp_hdr(skb)->cwr) in tcp_ecn_accept_cwr()265 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack()271 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn()6047 bool th_ecn = th->ece && th->cwr; in tcp_ecn_create_request()
381 tcp_hdr(skb)->cwr = 1; in tcp_ecn_send()
862 void *cwr = (void *)((uintptr_t)(q->vstart) + in csio_wr_get() local903 if (unlikely(((uintptr_t)cwr + req_sz) > (uintptr_t)(q->vwrap))) { in csio_wr_get()904 wrp->addr1 = cwr; in csio_wr_get()905 wrp->size1 = (uint32_t)((uintptr_t)q->vwrap - (uintptr_t)cwr); in csio_wr_get()913 wrp->addr1 = cwr; in csio_wr_get()
296 if (th->ece && th->cwr) in synproxy_tg6()
663 sctp_cwrhdr_t cwr; in sctp_make_cwr() local665 cwr.lowest_tsn = htonl(lowest_tsn); in sctp_make_cwr()673 sctp_addto_chunk(retval, sizeof(cwr), &cwr); in sctp_make_cwr()
2839 sctp_cwrhdr_t *cwr; in sctp_sf_do_ecn_cwr() local2850 cwr = (sctp_cwrhdr_t *) chunk->skb->data; in sctp_sf_do_ecn_cwr()2853 lowest_tsn = ntohl(cwr->lowest_tsn); in sctp_sf_do_ecn_cwr()
2309 if (tcph->ece && tcph->cwr) in accept_cr()
8384 tcp->ece || tcp->cwr || !tcp->ack) { in verify_l3_l4_lro_capable()