Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/netfilter/
Dipt_ECN.c58 tcph->cwr == einfo->proto.tcp.cwr)) in set_ect_tcp()
69 tcph->cwr = einfo->proto.tcp.cwr; in set_ect_tcp()
Dipt_SYNPROXY.c35 if (th->ece && th->cwr) in synproxy_tg4()
/kernel/linux/linux-5.10/net/netfilter/
Dxt_ecn.c52 if (th->cwr == 1) in match_tcp()
55 if (th->cwr == 0) in match_tcp()
Dnf_log_common.c88 if (th->cwr) in nf_log_dump_tcp_header()
Dnft_synproxy.c30 if (tcp->ece && tcp->cwr) in nft_synproxy_tcp_options()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter_ipv4/
Dipt_ECN.h33 __u8 ece : 1, cwr : 1; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter_ipv4/
Dipt_ECN.h20 __u8 ece:1, cwr:1; member
/kernel/linux/linux-5.10/include/uapi/linux/netfilter_ipv4/
Dipt_ECN.h29 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dtcp.h26 cwr:1; member
30 cwr:1, member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dtcp.h30 __u16 res1 : 4, doff : 4, fin : 1, syn : 1, rst : 1, psh : 1, ack : 1, urg : 1, ece : 1, cwr : 1; member
32 __u16 doff : 4, res1 : 4, cwr : 1, ece : 1, urg : 1, ack : 1, psh : 1, rst : 1, syn : 1, fin : 1; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dtcp.h40 cwr:1; member
44 cwr:1, member
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_offload.c143 th->cwr = 0; in tcp_gso_segment()
298 if (th->cwr) in tcp_gro_complete()
Dtcp_input.c320 if (tcp_hdr(skb)->cwr) { in tcp_ecn_accept_cwr()
377 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack()
383 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn()
6597 bool th_ecn = th->ece && th->cwr; in tcp_ecn_create_request()
Dtcp_output.c377 th->cwr = 1; in tcp_ecn_send()
/kernel/linux/linux-5.10/net/ipv6/netfilter/
Dip6t_SYNPROXY.c35 if (th->ece && th->cwr) in synproxy_tg6()
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
Dcsio_wr.c867 void *cwr = (void *)((uintptr_t)(q->vstart) + in csio_wr_get() local
908 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()
/kernel/linux/linux-5.10/net/sctp/
Dsm_make_chunk.c671 struct sctp_cwrhdr cwr; in sctp_make_cwr() local
673 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()
Dsm_statefuns.c2991 struct sctp_cwrhdr *cwr; in sctp_sf_do_ecn_cwr() local
3001 cwr = (struct sctp_cwrhdr *)chunk->skb->data; in sctp_sf_do_ecn_cwr()
3002 skb_pull(chunk->skb, sizeof(*cwr)); in sctp_sf_do_ecn_cwr()
3004 lowest_tsn = ntohl(cwr->lowest_tsn); in sctp_sf_do_ecn_cwr()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.c1058 if (tcph->ece && tcph->cwr) in chtls_pass_accept_rpl()
1391 th_ecn = tcph->ece && tcph->cwr; in chtls_pass_accept_request()
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c1197 if (tcph->ece && tcph->cwr) in cxgbit_pass_accept_rpl()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c2783 if (th->cwr) in hns3_gro_complete()
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
Dcm.c2467 if (tcph->ece && tcph->cwr) in accept_cr()
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/
Ds2io.c8314 tcp->ece || tcp->cwr || !tcp->ack) { in verify_l3_l4_lro_capable()