Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/netfilter/
Dipt_SYNPROXY.c100 tcp_flag_word(nth) = TCP_FLAG_SYN | TCP_FLAG_ACK; in synproxy_send_client_synack()
187 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_server_ack()
225 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_client_ack()
/Linux-v4.19/net/ipv6/netfilter/
Dip6t_SYNPROXY.c114 tcp_flag_word(nth) = TCP_FLAG_SYN | TCP_FLAG_ACK; in synproxy_send_client_synack()
201 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_server_ack()
239 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_client_ack()
/Linux-v4.19/net/ipv4/
Dtcp_minisocks.c591 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req()
713 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req()
763 if (!(flg & TCP_FLAG_ACK)) in tcp_check_req()
/Linux-v4.19/include/uapi/linux/
Dtcp.h76 TCP_FLAG_ACK = __constant_cpu_to_be32(0x00100000), enumerator
/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_tcp.c580 } else if (((tcp_flag_word(tcph) & (TCP_FLAG_ACK|TCP_FLAG_RST)) == in tcp_in_window()
581 (TCP_FLAG_ACK|TCP_FLAG_RST)) in tcp_in_window()
/Linux-v4.19/net/sched/
Dsch_cake.c1051 cpu_to_be32(0x0F3F0000)) != TCP_FLAG_ACK)) in cake_tcph_may_drop()
1137 (TCP_FLAG_ACK | TCP_FLAG_SYN)) != TCP_FLAG_ACK) in cake_ack_filter()
/Linux-v4.19/include/net/
Dtcp.h652 ntohl(TCP_FLAG_ACK) | in __tcp_fast_path_on()