Searched refs:TCP_FLAG_RST (Results 1 – 7 of 7) sorted by relevance
177 (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()
671 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req() 812 if (!(flg & TCP_FLAG_RST) && in tcp_check_req() 840 if (flg & (TCP_FLAG_RST|TCP_FLAG_SYN)) { in tcp_check_req() 905 if (!(flg & TCP_FLAG_RST)) { in tcp_check_req()
385 TCP_FLAG_RST | TCP_FLAG_SYN | in tcp_gro_receive()
131 #define MLX5_CT_TCP_FLAGS_MASK cpu_to_be16(be32_to_cpu(TCP_FLAG_RST | TCP_FLAG_FIN) >> 16)
78 TCP_FLAG_RST = __constant_cpu_to_be32(0x00040000), enumerator
81 TCP_FLAG_RST = __constant_cpu_to_be32(0x00040000), enumerator
172 mask->tcp.flags = cpu_to_be16(be32_to_cpu(TCP_FLAG_RST | TCP_FLAG_FIN) >> 16); in nf_flow_rule_match()