Searched refs:cwr (Results 1 – 15 of 15) sorted by relevance
58 tcph->cwr == einfo->proto.tcp.cwr)) in set_ect_tcp()69 tcph->cwr = einfo->proto.tcp.cwr; in set_ect_tcp()
35 if (th->ece && th->cwr) in synproxy_tg4()
56 if (th->cwr == 1) in match_tcp()59 if (th->cwr == 0) in match_tcp()
29 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
40 cwr:1; member44 cwr:1, member
308 if (!ctx->tcp->ece || !ctx->tcp->cwr) in tcp_validate_sysctl() 360 if (ctx->attrs.tstamp_ok && ctx->tcp->ece && ctx->tcp->cwr) in tcp_prepare_cookie() 422 if (!ctx->attrs.tstamp_ok || !ctx->tcp->ece || !ctx->tcp->cwr) in tcp_handle_syn() 424 ctx->tcp->cwr = 0; in tcp_handle_syn()
35 if (th->ece && th->cwr) in synproxy_tg6()
867 void *cwr = (void *)((uintptr_t)(q->vstart) + in csio_wr_get() local908 if (unlikely(((uintptr_t)cwr + req_sz) > (uintptr_t)(q->vwrap))) { in csio_wr_get()909 wrp->addr1 = cwr; in csio_wr_get()910 wrp->size1 = (uint32_t)((uintptr_t)q->vwrap - (uintptr_t)cwr); in csio_wr_get()918 wrp->addr1 = cwr; in csio_wr_get()
3095 struct sctp_cwrhdr *cwr; in sctp_sf_do_ecn_cwr() local3105 cwr = (struct sctp_cwrhdr *)chunk->skb->data; in sctp_sf_do_ecn_cwr()3106 skb_pull(chunk->skb, sizeof(*cwr)); in sctp_sf_do_ecn_cwr()3108 lowest_tsn = ntohl(cwr->lowest_tsn); in sctp_sf_do_ecn_cwr()
1060 if (tcph->ece && tcph->cwr) in chtls_pass_accept_rpl()1393 th_ecn = tcph->ece && tcph->cwr; in chtls_pass_accept_request()
1182 if (tcp->cwr) in mlx5e_shampo_update_ipv4_tcp_hdr()1203 if (tcp->cwr) in mlx5e_shampo_update_ipv6_tcp_hdr()
1199 if (tcph->ece && tcph->cwr) in cxgbit_pass_accept_rpl()
2474 if (tcph->ece && tcph->cwr) in accept_cr()
3906 if (th->cwr) in hns3_gro_complete()
7428 bool th_ecn = th->ece && th->cwr; in tcp_ecn_create_request()