/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
D | ipt_ECN.c | 58 tcph->cwr == einfo->proto.tcp.cwr)) in set_ect_tcp() 69 tcph->cwr = einfo->proto.tcp.cwr; in set_ect_tcp()
|
D | ipt_SYNPROXY.c | 35 if (th->ece && th->cwr) in synproxy_tg4()
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | xt_ecn.c | 52 if (th->cwr == 1) in match_tcp() 55 if (th->cwr == 0) in match_tcp()
|
D | nf_log_common.c | 88 if (th->cwr) in nf_log_dump_tcp_header()
|
D | nft_synproxy.c | 30 if (tcp->ece && tcp->cwr) in nft_synproxy_tcp_options()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter_ipv4/ |
D | ipt_ECN.h | 33 __u8 ece : 1, cwr : 1; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter_ipv4/ |
D | ipt_ECN.h | 20 __u8 ece:1, cwr:1; member
|
/kernel/linux/linux-5.10/include/uapi/linux/netfilter_ipv4/ |
D | ipt_ECN.h | 29 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | tcp.h | 26 cwr:1; member 30 cwr:1, member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | tcp.h | 30 __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/ |
D | tcp.h | 40 cwr:1; member 44 cwr:1, member
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp_offload.c | 143 th->cwr = 0; in tcp_gso_segment() 298 if (th->cwr) in tcp_gro_complete()
|
D | tcp_input.c | 320 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()
|
D | tcp_output.c | 377 th->cwr = 1; in tcp_ecn_send()
|
/kernel/linux/linux-5.10/net/ipv6/netfilter/ |
D | ip6t_SYNPROXY.c | 35 if (th->ece && th->cwr) in synproxy_tg6()
|
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
D | csio_wr.c | 867 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/ |
D | sm_make_chunk.c | 671 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()
|
D | sm_statefuns.c | 2991 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/ |
D | chtls_cm.c | 1058 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/ |
D | cxgbit_cm.c | 1197 if (tcph->ece && tcph->cwr) in cxgbit_pass_accept_rpl()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_enet.c | 2783 if (th->cwr) in hns3_gro_complete()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 2467 if (tcph->ece && tcph->cwr) in accept_cr()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/ |
D | s2io.c | 8314 tcp->ece || tcp->cwr || !tcp->ack) { in verify_l3_l4_lro_capable()
|