Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dxdpwall.c177 (TCP_FLAG_ACK | TCP_FLAG_RST | TCP_FLAG_SYN | TCP_FLAG_FIN)) == FLAG; in tcphdr_only_contains_flag()
184 else if (tcphdr_only_contains_flag(tcp, TCP_FLAG_ACK)) in set_tcp_flags()
Dxdp_synproxy_kern.c498 tcp_flag_word(tcp_header) = TCP_FLAG_SYN | TCP_FLAG_ACK; in tcp_gen_synack()
/Linux-v6.6/net/netfilter/
Dnf_synproxy_core.c474 tcp_flag_word(nth) = TCP_FLAG_SYN | TCP_FLAG_ACK; in synproxy_send_client_synack()
562 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_server_ack()
600 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_client_ack()
887 tcp_flag_word(nth) = TCP_FLAG_SYN | TCP_FLAG_ACK; in synproxy_send_client_synack_ipv6()
976 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_server_ack_ipv6()
1015 tcp_flag_word(nth) = TCP_FLAG_ACK; in synproxy_send_client_ack_ipv6()
Dnf_conntrack_proto_tcp.c599 } else if (((tcp_flag_word(tcph) & (TCP_FLAG_ACK|TCP_FLAG_RST)) == in tcp_in_window()
600 (TCP_FLAG_ACK|TCP_FLAG_RST)) in tcp_in_window()
/Linux-v6.6/net/ipv4/
Dtcp_minisocks.c610 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req()
731 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req()
784 if (!(flg & TCP_FLAG_ACK)) in tcp_check_req()
/Linux-v6.6/tools/include/uapi/linux/
Dtcp.h76 TCP_FLAG_ACK = __constant_cpu_to_be32(0x00100000), enumerator
/Linux-v6.6/include/uapi/linux/
Dtcp.h76 TCP_FLAG_ACK = __constant_cpu_to_be32(0x00100000), enumerator
/Linux-v6.6/net/sched/
Dsch_cake.c1097 cpu_to_be32(0x0F3F0000)) != TCP_FLAG_ACK)) in cake_tcph_may_drop()
1185 (TCP_FLAG_ACK | TCP_FLAG_SYN)) != TCP_FLAG_ACK) in cake_ack_filter()
/Linux-v6.6/include/net/
Dtcp.h706 ntohl(TCP_FLAG_ACK) | in __tcp_fast_path_on()