Searched refs:TCP_FLAG_ECE (Results 1 – 3 of 3) sorted by relevance
479 tcp_flag_word(nth) |= TCP_FLAG_ECE; in synproxy_send_client_synack() 525 tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR; in synproxy_send_server_syn() 899 tcp_flag_word(nth) |= TCP_FLAG_ECE; in synproxy_send_client_synack_ipv6() 946 tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR; in synproxy_send_server_syn_ipv6()
74 TCP_FLAG_ECE = __constant_cpu_to_be32(0x00400000), enumerator
1299 (TCP_FLAG_ECE | TCP_FLAG_CWR)) != elig_flags) { in cake_ack_filter() 1342 & (TCP_FLAG_ECE | TCP_FLAG_CWR)); in cake_ack_filter() 1357 (TCP_FLAG_ECE | TCP_FLAG_CWR)))) in cake_ack_filter()