Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_minisocks.c591 __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()
803 if (!(flg & TCP_FLAG_RST)) { in tcp_check_req()
Dtcp_offload.c279 TCP_FLAG_RST | TCP_FLAG_SYN | in tcp_gro_receive()
/Linux-v4.19/include/uapi/linux/
Dtcp.h78 TCP_FLAG_RST = __constant_cpu_to_be32(0x00040000), enumerator
/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_tcp.c580 } else if (((tcp_flag_word(tcph) & (TCP_FLAG_ACK|TCP_FLAG_RST)) == in tcp_in_window()
581 (TCP_FLAG_ACK|TCP_FLAG_RST)) in tcp_in_window()