Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_minisocks.c578 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req()
713 if (!(flg & TCP_FLAG_RST)) in tcp_check_req()
734 if (flg & (TCP_FLAG_RST|TCP_FLAG_SYN)) { in tcp_check_req()
784 if (!(flg & TCP_FLAG_RST)) { in tcp_check_req()
Dtcp_offload.c262 TCP_FLAG_RST | TCP_FLAG_SYN | in tcp_gro_receive()
/linux-4.4.14/include/uapi/linux/
Dtcp.h77 TCP_FLAG_RST = __constant_cpu_to_be32(0x00040000), enumerator
/linux-4.4.14/net/netfilter/
Dnf_conntrack_proto_tcp.c612 } else if (((tcp_flag_word(tcph) & (TCP_FLAG_ACK|TCP_FLAG_RST)) == in tcp_in_window()
613 (TCP_FLAG_ACK|TCP_FLAG_RST)) in tcp_in_window()