Home
last modified time | relevance | path

Searched refs:TCP_FLAG_RST (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/net/ipv4/
Dtcp_minisocks.c592 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req()
728 if (!(flg & TCP_FLAG_RST) && in tcp_check_req()
752 if (flg & (TCP_FLAG_RST|TCP_FLAG_SYN)) { in tcp_check_req()
812 if (!(flg & TCP_FLAG_RST)) { in tcp_check_req()
Dtcp_offload.c287 TCP_FLAG_RST | TCP_FLAG_SYN | in tcp_gro_receive()
/linux-6.1.9/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()
186 else if (tcphdr_only_contains_flag(tcp, TCP_FLAG_RST)) in set_tcp_flags()
/linux-6.1.9/include/uapi/linux/
Dtcp.h78 TCP_FLAG_RST = __constant_cpu_to_be32(0x00040000), enumerator
/linux-6.1.9/tools/include/uapi/linux/
Dtcp.h78 TCP_FLAG_RST = __constant_cpu_to_be32(0x00040000), enumerator
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dct_fs_smfs.c16 #define MLX5_CT_TCP_FLAGS_MASK cpu_to_be16(be32_to_cpu(TCP_FLAG_RST | TCP_FLAG_FIN) >> 16)
/linux-6.1.9/net/netfilter/
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()
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()