Home
last modified time | relevance | path

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

/linux/net/ipv4/netfilter/
H A Dipt_ECN.c58 tcph->cwr == einfo->proto.tcp.cwr)) in set_ect_tcp()
69 tcph->cwr = einfo->proto.tcp.cwr; in set_ect_tcp()
H A Dipt_SYNPROXY.c35 if (th->ece && th->cwr) in synproxy_tg4()
/linux/net/netfilter/
H A Dxt_ecn.c52 if (th->cwr == 1) in match_tcp()
55 if (th->cwr == 0) in match_tcp()
H A Dnft_synproxy.c30 if (tcp->ece && tcp->cwr) in nft_synproxy_tcp_options()
H A Dnf_log_syslog.c222 if (th->cwr) in nf_log_dump_tcp_header()
/linux/include/uapi/linux/netfilter_ipv4/
H A Dipt_ECN.h29 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
/linux/tools/include/uapi/linux/
H A Dtcp.h40 cwr:1; member
44 cwr:1, member
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_custom_syncookie.c308 if (!ctx->tcp->ece || !ctx->tcp->cwr) in tcp_validate_sysctl()
360 if (ctx->attrs.tstamp_ok && ctx->tcp->ece && ctx->tcp->cwr) in tcp_prepare_cookie()
422 if (!ctx->attrs.tstamp_ok || !ctx->tcp->ece || !ctx->tcp->cwr) in tcp_handle_syn()
424 ctx->tcp->cwr = 0; in tcp_handle_syn()
/linux/net/ipv6/netfilter/
H A Dip6t_SYNPROXY.c35 if (th->ece && th->cwr) in synproxy_tg6()
/linux/net/sctp/
H A Dsm_statefuns.c3089 struct sctp_cwrhdr *cwr; in sctp_sf_do_ecn_cwr() local
3099 cwr = (struct sctp_cwrhdr *)chunk->skb->data; in sctp_sf_do_ecn_cwr()
3100 skb_pull(chunk->skb, sizeof(*cwr)); in sctp_sf_do_ecn_cwr()
3102 lowest_tsn = ntohl(cwr->lowest_tsn); in sctp_sf_do_ecn_cwr()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1309 if (tcp->cwr) in mlx5e_shampo_update_ipv4_tcp_hdr()
1330 if (tcp->cwr) in mlx5e_shampo_update_ipv6_tcp_hdr()
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c1199 if (tcph->ece && tcph->cwr) in cxgbit_pass_accept_rpl()
/linux/net/ipv4/
H A Dtcp_output.c348 th->cwr = 1; in tcp_ecn_send()
H A Dtcp_input.c7246 bool th_ecn = th->ece && th->cwr; in tcp_ecn_create_request()
/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c2474 if (tcph->ece && tcph->cwr) in accept_cr()