Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dtcp.h73 TCP_FLAG_CWR = __constant_cpu_to_be32(0x00800000), enumerator
/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()
/linux/net/sched/
H A Dsch_cake.c1280 (TCP_FLAG_ECE | TCP_FLAG_CWR)) != elig_flags) { in cake_ack_filter()
1323 & (TCP_FLAG_ECE | TCP_FLAG_CWR)); in cake_ack_filter()
1338 (TCP_FLAG_ECE | TCP_FLAG_CWR)))) in cake_ack_filter()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c9031 TCP_FLAG_CWR) >> 16); in i40e_open()
9032 wr32(&pf->hw, I40E_GLLAN_TSOMSK_L, be32_to_cpu(TCP_FLAG_CWR) >> 16); in i40e_open()