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