Home
last modified time | relevance | path

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

/Linux-v5.10/net/netfilter/
Dnf_synproxy_core.c492 tcp_flag_word(nth) = TCP_FLAG_SYN | TCP_FLAG_ACK; in synproxy_send_client_synack()
580 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_server_ack()
618 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_client_ack()
905 tcp_flag_word(nth) = TCP_FLAG_SYN | TCP_FLAG_ACK; in synproxy_send_client_synack_ipv6()
994 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_server_ack_ipv6()
1033 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_client_ack_ipv6()
Dnf_conntrack_proto_tcp.c581 } else if (((tcp_flag_word(tcph) & (TCP_FLAG_ACK|TCP_FLAG_RST)) == in tcp_in_window()
582 (TCP_FLAG_ACK|TCP_FLAG_RST)) in tcp_in_window()
/Linux-v5.10/net/ipv4/
Dtcp_minisocks.c577 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req()
699 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req()
749 if (!(flg & TCP_FLAG_ACK)) in tcp_check_req()
/Linux-v5.10/include/uapi/linux/
Dtcp.h76 TCP_FLAG_ACK = __constant_cpu_to_be32(0x00100000), enumerator
/Linux-v5.10/net/sched/
Dsch_cake.c1094 cpu_to_be32(0x0F3F0000)) != TCP_FLAG_ACK)) in cake_tcph_may_drop()
1180 (TCP_FLAG_ACK | TCP_FLAG_SYN)) != TCP_FLAG_ACK) in cake_ack_filter()
/Linux-v5.10/include/net/
Dtcp.h679 ntohl(TCP_FLAG_ACK) | in __tcp_fast_path_on()