Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dtcp.h73 TCP_FLAG_ECE = __constant_cpu_to_be32(0x00400000), enumerator
/linux-4.4.14/net/ipv4/netfilter/
Dipt_SYNPROXY.c103 tcp_flag_word(nth) |= TCP_FLAG_ECE; in synproxy_send_client_synack()
147 tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR; in synproxy_send_server_syn()
/linux-4.4.14/net/ipv6/netfilter/
Dip6t_SYNPROXY.c116 tcp_flag_word(nth) |= TCP_FLAG_ECE; in synproxy_send_client_synack()
160 tcp_flag_word(nth) |= TCP_FLAG_ECE | TCP_FLAG_CWR; in synproxy_send_server_syn()