Home
last modified time | relevance | path

Searched refs:TCP_FLAG_RST (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_minisocks.c580 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req()
717 if (!(flg & TCP_FLAG_RST) && in tcp_check_req()
744 if (flg & (TCP_FLAG_RST|TCP_FLAG_SYN)) { in tcp_check_req()
801 if (!(flg & TCP_FLAG_RST)) { in tcp_check_req()
H A Dtcp_offload.c276 TCP_FLAG_RST | TCP_FLAG_SYN | in tcp_gro_receive()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_minisocks.c606 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req()
742 if (!(flg & TCP_FLAG_RST) && in tcp_check_req()
769 if (flg & (TCP_FLAG_RST|TCP_FLAG_SYN)) { in tcp_check_req()
829 if (!(flg & TCP_FLAG_RST)) { in tcp_check_req()
H A Dtcp_offload.c287 TCP_FLAG_RST | TCP_FLAG_SYN | in tcp_gro_receive()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dxdpwall.c177 (TCP_FLAG_ACK | TCP_FLAG_RST | TCP_FLAG_SYN | TCP_FLAG_FIN)) == FLAG; in tcphdr_only_contains_flag()
186 else if (tcphdr_only_contains_flag(tcp, TCP_FLAG_RST)) in set_tcp_flags()
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dtcp.h78 TCP_FLAG_RST = __constant_cpu_to_be32(0x00040000), enumerator
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dtcp.h78 TCP_FLAG_RST = __constant_cpu_to_be32(0x00040000), enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dtcp.h78 TCP_FLAG_RST = __constant_cpu_to_be32(0x00040000), enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dtcp.h51 TCP_FLAG_RST = __constant_cpu_to_be32(0x00040000), enumerator
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dtcp.h78 TCP_FLAG_RST = __constant_cpu_to_be32(0x00040000), enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dtcp.h51 TCP_FLAG_RST = __constant_cpu_to_be32(0x00040000), enumerator
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dtcp.h56 TCP_FLAG_RST = __constant_cpu_to_be32(0x00040000), enumerator
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_smfs.c16 #define MLX5_CT_TCP_FLAGS_MASK cpu_to_be16(be32_to_cpu(TCP_FLAG_RST | TCP_FLAG_FIN) >> 16)
/kernel/linux/linux-5.10/net/netfilter/
H A 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()
H A Dnf_flow_table_offload.c130 mask->tcp.flags = cpu_to_be16(be32_to_cpu(TCP_FLAG_RST | TCP_FLAG_FIN) >> 16); in nf_flow_rule_match()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_proto_tcp.c601 } else if (((tcp_flag_word(tcph) & (TCP_FLAG_ACK|TCP_FLAG_RST)) == in tcp_in_window()
602 (TCP_FLAG_ACK|TCP_FLAG_RST)) in tcp_in_window()
H A Dnf_flow_table_offload.c172 mask->tcp.flags = cpu_to_be16(be32_to_cpu(TCP_FLAG_RST | TCP_FLAG_FIN) >> 16); in nf_flow_rule_match()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_input.c2208 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST | TCP_FLAG_SYN | TCP_FLAG_ACK); in tcp_nip_check_req()

Completed in 21 milliseconds