Home
last modified time | relevance | path

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

/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()
714 if (!(flg & TCP_FLAG_RST) && in tcp_check_req()
738 if (flg & (TCP_FLAG_RST|TCP_FLAG_SYN)) { in tcp_check_req()
795 if (!(flg & TCP_FLAG_RST)) { in tcp_check_req()
Dtcp_offload.c276 TCP_FLAG_RST | TCP_FLAG_SYN | in tcp_gro_receive()
/Linux-v5.10/include/uapi/linux/
Dtcp.h78 TCP_FLAG_RST = __constant_cpu_to_be32(0x00040000), enumerator
/Linux-v5.10/net/netfilter/
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()
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()