Home
last modified time | relevance | path

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

/linux-4.4.14/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.c283 if (th->ece && th->cwr) in synproxy_tg4()
/linux-4.4.14/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-4.4.14/include/uapi/linux/
Dtcp.h39 cwr:1; member
43 cwr:1, member
/linux-4.4.14/include/uapi/linux/netfilter_ipv4/
Dipt_ECN.h28 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
/linux-4.4.14/net/ipv4/
Dtcp_offload.c151 th->cwr = 0; in tcp_gso_segment()
284 if (th->cwr) in tcp_gro_complete()
Dinet_lro.c68 if (tcph->cwr || tcph->ece || tcph->urg || !tcph->ack || in lro_tcp_ip_check()
Dtcp_input.c218 if (tcp_hdr(skb)->cwr) in tcp_ecn_accept_cwr()
265 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack()
271 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn()
6047 bool th_ecn = th->ece && th->cwr; in tcp_ecn_create_request()
Dtcp_output.c381 tcp_hdr(skb)->cwr = 1; in tcp_ecn_send()
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_wr.c862 void *cwr = (void *)((uintptr_t)(q->vstart) + in csio_wr_get() local
903 if (unlikely(((uintptr_t)cwr + req_sz) > (uintptr_t)(q->vwrap))) { in csio_wr_get()
904 wrp->addr1 = cwr; in csio_wr_get()
905 wrp->size1 = (uint32_t)((uintptr_t)q->vwrap - (uintptr_t)cwr); in csio_wr_get()
913 wrp->addr1 = cwr; in csio_wr_get()
/linux-4.4.14/net/ipv6/netfilter/
Dip6t_SYNPROXY.c296 if (th->ece && th->cwr) in synproxy_tg6()
/linux-4.4.14/net/sctp/
Dsm_make_chunk.c663 sctp_cwrhdr_t cwr; in sctp_make_cwr() local
665 cwr.lowest_tsn = htonl(lowest_tsn); in sctp_make_cwr()
673 sctp_addto_chunk(retval, sizeof(cwr), &cwr); in sctp_make_cwr()
Dsm_statefuns.c2839 sctp_cwrhdr_t *cwr; in sctp_sf_do_ecn_cwr() local
2850 cwr = (sctp_cwrhdr_t *) chunk->skb->data; in sctp_sf_do_ecn_cwr()
2853 lowest_tsn = ntohl(cwr->lowest_tsn); in sctp_sf_do_ecn_cwr()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcm.c2309 if (tcph->ece && tcph->cwr) in accept_cr()
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.c8384 tcp->ece || tcp->cwr || !tcp->ack) { in verify_l3_l4_lro_capable()