Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_offload.c237 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()
/openbmc/linux/tools/include/uapi/linux/
H A Dtcp.h73 TCP_FLAG_CWR = __constant_cpu_to_be32(0x00800000), enumerator
/openbmc/linux/include/uapi/linux/
H A Dtcp.h73 TCP_FLAG_CWR = __constant_cpu_to_be32(0x00800000), enumerator
/openbmc/linux/net/netfilter/
H A Dnf_synproxy_core.c522 tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR; in synproxy_send_server_syn()
936 tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR; in synproxy_send_server_syn_ipv6()
/openbmc/linux/net/sched/
H A Dsch_cake.c1234 (TCP_FLAG_ECE | TCP_FLAG_CWR)) != elig_flags) { in cake_ack_filter()
1277 & (TCP_FLAG_ECE | TCP_FLAG_CWR)); in cake_ack_filter()
1292 (TCP_FLAG_ECE | TCP_FLAG_CWR)))) in cake_ack_filter()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c9038 TCP_FLAG_CWR) >> 16); in i40e_open()
9039 wr32(&pf->hw, I40E_GLLAN_TSOMSK_L, be32_to_cpu(TCP_FLAG_CWR) >> 16); in i40e_open()