Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_offload.c146 bool ecn_cwr_mask; in tcp_gso_segment() local
206 ecn_cwr_mask = !!(skb_shinfo(gso_skb)->gso_type & SKB_GSO_TCP_ACCECN); in tcp_gso_segment()
228 th->cwr &= ecn_cwr_mask; in tcp_gso_segment()