Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/netfilter/
Dipt_SYNPROXY.c97 tcp_flag_word(nth) = TCP_FLAG_SYN | TCP_FLAG_ACK; in synproxy_send_client_synack()
183 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_server_ack()
221 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_client_ack()
/linux-4.1.27/net/ipv6/netfilter/
Dip6t_SYNPROXY.c112 tcp_flag_word(nth) = TCP_FLAG_SYN | TCP_FLAG_ACK; in synproxy_send_client_synack()
198 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_server_ack()
236 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_client_ack()
/linux-4.1.27/include/uapi/linux/
Dtcp.h75 TCP_FLAG_ACK = __constant_cpu_to_be32(0x00100000), enumerator
/linux-4.1.27/net/ipv4/
Dtcp_minisocks.c565 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req()
686 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req()
733 if (!(flg & TCP_FLAG_ACK)) in tcp_check_req()
/linux-4.1.27/net/netfilter/
Dnf_conntrack_proto_tcp.c612 } else if (((tcp_flag_word(tcph) & (TCP_FLAG_ACK|TCP_FLAG_RST)) == in tcp_in_window()
613 (TCP_FLAG_ACK|TCP_FLAG_RST)) in tcp_in_window()
/linux-4.1.27/include/net/
Dtcp.h608 ntohl(TCP_FLAG_ACK) | in __tcp_fast_path_on()