Searched refs:cwr (Results 1 – 17 of 17) 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()
285 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()
29 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
40 cwr:1; member44 cwr:1, member
146 th->cwr = 0; in tcp_gso_segment()301 if (th->cwr) in tcp_gro_complete()
250 if (tcp_hdr(skb)->cwr) { in tcp_ecn_accept_cwr()306 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack()312 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn()6279 bool th_ecn = th->ece && th->cwr; in tcp_ecn_create_request()
377 th->cwr = 1; in tcp_ecn_send()
865 void *cwr = (void *)((uintptr_t)(q->vstart) + in csio_wr_get() local906 if (unlikely(((uintptr_t)cwr + req_sz) > (uintptr_t)(q->vwrap))) { in csio_wr_get()907 wrp->addr1 = cwr; in csio_wr_get()908 wrp->size1 = (uint32_t)((uintptr_t)q->vwrap - (uintptr_t)cwr); in csio_wr_get()916 wrp->addr1 = cwr; in csio_wr_get()
679 struct sctp_cwrhdr cwr; in sctp_make_cwr() local681 cwr.lowest_tsn = htonl(lowest_tsn); in sctp_make_cwr()683 sizeof(cwr), GFP_ATOMIC); in sctp_make_cwr()689 sctp_addto_chunk(retval, sizeof(cwr), &cwr); in sctp_make_cwr()
2970 struct sctp_cwrhdr *cwr; in sctp_sf_do_ecn_cwr() local2980 cwr = (struct sctp_cwrhdr *)chunk->skb->data; in sctp_sf_do_ecn_cwr()2981 skb_pull(chunk->skb, sizeof(*cwr)); in sctp_sf_do_ecn_cwr()2983 lowest_tsn = ntohl(cwr->lowest_tsn); in sctp_sf_do_ecn_cwr()
299 if (th->ece && th->cwr) in synproxy_tg6()
1179 if (tcph->ece && tcph->cwr) in cxgbit_pass_accept_rpl()
980 if (tcph->ece && tcph->cwr) in chtls_pass_accept_rpl()
2435 if (tcph->ece && tcph->cwr) in accept_cr()
8328 tcp->ece || tcp->cwr || !tcp->ack) { in verify_l3_l4_lro_capable()