Home
last modified time | relevance | path

Searched refs:cwr (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/net/ipv4/netfilter/
Dipt_ECN.c61 tcph->cwr == einfo->proto.tcp.cwr)) in set_ect_tcp()
72 tcph->cwr = einfo->proto.tcp.cwr; in set_ect_tcp()
Dipt_SYNPROXY.c285 if (th->ece && th->cwr) in synproxy_tg4()
/Linux-v4.19/net/netfilter/
Dxt_ecn.c55 if (th->cwr == 1) in match_tcp()
58 if (th->cwr == 0) in match_tcp()
Dnf_log_common.c91 if (th->cwr) in nf_log_dump_tcp_header()
/Linux-v4.19/include/uapi/linux/netfilter_ipv4/
Dipt_ECN.h29 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
/Linux-v4.19/include/uapi/linux/
Dtcp.h40 cwr:1; member
44 cwr:1, member
/Linux-v4.19/net/ipv4/
Dtcp_offload.c146 th->cwr = 0; in tcp_gso_segment()
301 if (th->cwr) in tcp_gro_complete()
Dtcp_input.c250 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()
Dtcp_output.c377 th->cwr = 1; in tcp_ecn_send()
/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_wr.c865 void *cwr = (void *)((uintptr_t)(q->vstart) + in csio_wr_get() local
906 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()
/Linux-v4.19/net/sctp/
Dsm_make_chunk.c679 struct sctp_cwrhdr cwr; in sctp_make_cwr() local
681 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()
Dsm_statefuns.c2970 struct sctp_cwrhdr *cwr; in sctp_sf_do_ecn_cwr() local
2980 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()
/Linux-v4.19/net/ipv6/netfilter/
Dip6t_SYNPROXY.c299 if (th->ece && th->cwr) in synproxy_tg6()
/Linux-v4.19/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c1179 if (tcph->ece && tcph->cwr) in cxgbit_pass_accept_rpl()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_cm.c980 if (tcph->ece && tcph->cwr) in chtls_pass_accept_rpl()
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dcm.c2435 if (tcph->ece && tcph->cwr) in accept_cr()
/Linux-v4.19/drivers/net/ethernet/neterion/
Ds2io.c8328 tcp->ece || tcp->cwr || !tcp->ack) { in verify_l3_l4_lro_capable()