Searched refs:cwr (Results 1 – 19 of 19) 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()
52 if (th->cwr == 1) in match_tcp()55 if (th->cwr == 0) in match_tcp()
88 if (th->cwr) in nf_log_dump_tcp_header()
30 if (tcp->ece && tcp->cwr) in nft_synproxy_tcp_options()
29 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
40 cwr:1; member44 cwr:1, member
143 th->cwr = 0; in tcp_gso_segment()298 if (th->cwr) in tcp_gro_complete()
256 if (tcp_hdr(skb)->cwr) { in tcp_ecn_accept_cwr()312 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack()318 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn()6404 bool th_ecn = th->ece && th->cwr; in tcp_ecn_create_request()
373 th->cwr = 1; in tcp_ecn_send()
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()
671 struct sctp_cwrhdr cwr; in sctp_make_cwr() local673 cwr.lowest_tsn = htonl(lowest_tsn); in sctp_make_cwr()675 sizeof(cwr), GFP_ATOMIC); in sctp_make_cwr()681 sctp_addto_chunk(retval, sizeof(cwr), &cwr); in sctp_make_cwr()
2955 struct sctp_cwrhdr *cwr; in sctp_sf_do_ecn_cwr() local2965 cwr = (struct sctp_cwrhdr *)chunk->skb->data; in sctp_sf_do_ecn_cwr()2966 skb_pull(chunk->skb, sizeof(*cwr)); in sctp_sf_do_ecn_cwr()2968 lowest_tsn = ntohl(cwr->lowest_tsn); in sctp_sf_do_ecn_cwr()
958 if (tcph->ece && tcph->cwr) in chtls_pass_accept_rpl()1220 th_ecn = tcph->ece && tcph->cwr; in chtls_pass_accept_request()
1197 if (tcph->ece && tcph->cwr) in cxgbit_pass_accept_rpl()
2498 if (th->cwr) in hns3_gro_complete()
2467 if (tcph->ece && tcph->cwr) in accept_cr()
8324 tcp->ece || tcp->cwr || !tcp->ack) { in verify_l3_l4_lro_capable()