Searched refs:cwr (Results 1 – 15 of 15) sorted by relevance
58 tcph->cwr == einfo->proto.tcp.cwr)) in set_ect_tcp()69 tcph->cwr = einfo->proto.tcp.cwr; in set_ect_tcp()
35 if (th->ece && th->cwr) in synproxy_tg4()
52 if (th->cwr == 1) in match_tcp()55 if (th->cwr == 0) in match_tcp()
30 if (tcp->ece && tcp->cwr) in nft_synproxy_tcp_options()
222 if (th->cwr) in nf_log_dump_tcp_header()
29 __u8 ece:1, cwr:1; /* TCP ECT bits */ member
40 cwr:1; member44 cwr:1, member
308 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()
35 if (th->ece && th->cwr) in synproxy_tg6()
3089 struct sctp_cwrhdr *cwr; in sctp_sf_do_ecn_cwr() local3099 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()
1309 if (tcp->cwr) in mlx5e_shampo_update_ipv4_tcp_hdr()1330 if (tcp->cwr) in mlx5e_shampo_update_ipv6_tcp_hdr()
1199 if (tcph->ece && tcph->cwr) in cxgbit_pass_accept_rpl()
348 th->cwr = 1; in tcp_ecn_send()
7246 bool th_ecn = th->ece && th->cwr; in tcp_ecn_create_request()
2474 if (tcph->ece && tcph->cwr) in accept_cr()