Searched refs:cwr (Results 1 – 11 of 11) 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()
88 if (th->cwr) in nf_log_dump_tcp_header()
30 if (tcp->ece && tcp->cwr) in nft_synproxy_tcp_options()
143 th->cwr = 0; in tcp_gso_segment()298 if (th->cwr) in tcp_gro_complete()
256 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()
376 th->cwr = 1; in tcp_ecn_send()
35 if (th->ece && th->cwr) in synproxy_tg6()
671 struct sctp_cwrhdr cwr; in sctp_make_cwr() local673 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()
2957 struct sctp_cwrhdr *cwr; in sctp_sf_do_ecn_cwr() local2967 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()