Searched refs:TCP_FLAG_CWR (Results 1 – 5 of 5) sorted by relevance
237 flush |= (__force int)(flags & TCP_FLAG_CWR); in tcp_gro_receive()239 ~(TCP_FLAG_CWR | TCP_FLAG_FIN | TCP_FLAG_PSH)); in tcp_gro_receive()
72 TCP_FLAG_CWR = __constant_cpu_to_be32(0x00800000), enumerator
143 tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR; in synproxy_send_server_syn()
158 tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR; in synproxy_send_server_syn()
4915 TCP_FLAG_CWR) >> 16); in i40e_open()4916 wr32(&pf->hw, I40E_GLLAN_TSOMSK_L, be32_to_cpu(TCP_FLAG_CWR) >> 16); in i40e_open()