Searched refs:TCP_FLAG_RST (Results 1 – 4 of 4) sorted by relevance
591 __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()
279 TCP_FLAG_RST | TCP_FLAG_SYN | in tcp_gro_receive()
78 TCP_FLAG_RST = __constant_cpu_to_be32(0x00040000), enumerator
580 } 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()