/openbmc/linux/net/ipv4/netfilter/ |
H A 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()
|
H A D | ipt_SYNPROXY.c | 35 if (th->ece && th->cwr) in synproxy_tg4()
|
/openbmc/linux/net/netfilter/ |
H A D | xt_ecn.c | 52 if (th->cwr == 1) in match_tcp() 55 if (th->cwr == 0) in match_tcp()
|
H A D | nft_synproxy.c | 30 if (tcp->ece && tcp->cwr) in nft_synproxy_tcp_options()
|
H A D | nf_log_syslog.c | 220 if (th->cwr) in nf_log_dump_tcp_header()
|
/openbmc/linux/include/uapi/linux/netfilter_ipv4/ |
H A D | ipt_ECN.h | 29 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | tcp.h | 40 cwr:1; member 44 cwr:1, member
|
/openbmc/linux/include/uapi/linux/ |
H A D | tcp.h | 40 cwr:1; member 44 cwr:1, member
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_offload.c | 147 th->cwr = 0; in tcp_gso_segment() 312 if (th->cwr) in tcp_gro_complete()
|
H A D | tcp_input.c | 348 if (tcp_hdr(skb)->cwr) { in tcp_ecn_accept_cwr() 405 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack() 411 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn() 6896 bool th_ecn = th->ece && th->cwr; in tcp_ecn_create_request()
|
H A D | tcp_output.c | 386 th->cwr = 1; in tcp_ecn_send()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6t_SYNPROXY.c | 35 if (th->ece && th->cwr) in synproxy_tg6()
|
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_wr.c | 868 void *cwr = (void *)((uintptr_t)(q->vstart) + in csio_wr_get() local 909 if (unlikely(((uintptr_t)cwr + req_sz) > (uintptr_t)(q->vwrap))) { in csio_wr_get() 910 wrp->addr1 = cwr; in csio_wr_get() 911 wrp->size1 = (uint32_t)((uintptr_t)q->vwrap - (uintptr_t)cwr); in csio_wr_get() 919 wrp->addr1 = cwr; in csio_wr_get()
|
/openbmc/linux/net/sctp/ |
H A 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()
|
H A D | sm_statefuns.c | 3086 struct sctp_cwrhdr *cwr; in sctp_sf_do_ecn_cwr() local 3096 cwr = (struct sctp_cwrhdr *)chunk->skb->data; in sctp_sf_do_ecn_cwr() 3097 skb_pull(chunk->skb, sizeof(*cwr)); in sctp_sf_do_ecn_cwr() 3099 lowest_tsn = ntohl(cwr->lowest_tsn); in sctp_sf_do_ecn_cwr()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | xdp_synproxy_kern.c | 301 if (tcp_header->ece && tcp_header->cwr) in tscookie_init()
|
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A 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()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_rx.c | 1294 if (tcp->cwr) in mlx5e_shampo_update_ipv4_tcp_hdr() 1315 if (tcp->cwr) in mlx5e_shampo_update_ipv6_tcp_hdr()
|
/openbmc/linux/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_cm.c | 1199 if (tcph->ece && tcph->cwr) in cxgbit_pass_accept_rpl()
|
/openbmc/linux/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 2474 if (tcph->ece && tcph->cwr) in accept_cr()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 3861 if (th->cwr) in hns3_gro_complete()
|
/openbmc/linux/drivers/net/ethernet/neterion/ |
H A D | s2io.c | 8319 tcp->ece || tcp->cwr || !tcp->ack) { in verify_l3_l4_lro_capable()
|