Home
last modified time | relevance | path

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

/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()
/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()
/net/ipv4/
Dtcp_offload.c143 th->cwr = 0; in tcp_gso_segment()
298 if (th->cwr) in tcp_gro_complete()
Dtcp_input.c256 if (tcp_hdr(skb)->cwr) { in tcp_ecn_accept_cwr()
312 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || th->cwr)) in tcp_ecn_rcv_synack()
318 if ((tp->ecn_flags & TCP_ECN_OK) && (!th->ece || !th->cwr)) in tcp_ecn_rcv_syn()
6409 bool th_ecn = th->ece && th->cwr; in tcp_ecn_create_request()
Dtcp_output.c376 th->cwr = 1; in tcp_ecn_send()
/net/ipv6/netfilter/
Dip6t_SYNPROXY.c35 if (th->ece && th->cwr) in synproxy_tg6()
/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.c2957 struct sctp_cwrhdr *cwr; in sctp_sf_do_ecn_cwr() local
2967 cwr = (struct sctp_cwrhdr *)chunk->skb->data; in sctp_sf_do_ecn_cwr()
2968 skb_pull(chunk->skb, sizeof(*cwr)); in sctp_sf_do_ecn_cwr()
2970 lowest_tsn = ntohl(cwr->lowest_tsn); in sctp_sf_do_ecn_cwr()