Searched refs:cwr (Results 1 – 17 of 17) 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()
663 struct sctp_cwrhdr cwr; in sctp_make_cwr() local 665 cwr.lowest_tsn = htonl(lowest_tsn); in sctp_make_cwr() 667 sizeof(cwr), GFP_ATOMIC); in sctp_make_cwr() 673 sctp_addto_chunk(retval, sizeof(cwr), &cwr); in sctp_make_cwr()
3096 struct sctp_cwrhdr *cwr; in sctp_sf_do_ecn_cwr() 3106 cwr = (struct sctp_cwrhdr *)chunk->skb->data; in sctp_sf_do_ecn_cwr() 3107 skb_pull(chunk->skb, sizeof(*cwr)); in sctp_sf_do_ecn_cwr() 3109 lowest_tsn = ntohl(cwr->lowest_tsn); in sctp_sf_do_ecn_cwr() 3091 struct sctp_cwrhdr *cwr; sctp_sf_do_ecn_cwr() local
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()
365 th->cwr = 1; in tcp_ecn_send()
7431 bool th_ecn = th->ece && th->cwr; in tcp_ecn_create_request()
2474 if (tcph->ece && tcph->cwr) in accept_cr()
3919 if (th->cwr) in hns3_gro_complete()