Lines Matching refs:TH_RST
1067 if ((thflags & (TH_RST|TH_ACK|TH_SYN)) == TH_ACK) { in tcp_input_with_port()
1171 if (thflags & TH_RST) { in tcp_input_with_port()
1225 KASSERT((thflags & (TH_RST|TH_ACK)) == 0, in tcp_input_with_port()
1702 if (((thflags & TH_RST) != 0) || V_tcp_tolerate_missing_ts) { in tcp_do_segment()
1751 (thflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ACK)) == TH_ACK && in tcp_do_segment()
1968 if (thflags & TH_RST) { in tcp_do_segment()
1996 } else if (!(thflags & (TH_ACK|TH_FIN|TH_RST))) { in tcp_do_segment()
2018 if ((thflags & (TH_ACK|TH_RST)) == (TH_ACK|TH_RST)) { in tcp_do_segment()
2024 if (thflags & TH_RST) in tcp_do_segment()
2148 if (thflags & TH_RST) { in tcp_do_segment()
3463 if ((tcp_get_flags(th) & TH_RST) || m->m_flags & (M_BCAST|M_MCAST)) in tcp_dropwithreset()
3495 th->th_ack, TH_RST); in tcp_dropwithreset()
3502 (tcp_seq)0, TH_RST|TH_ACK); in tcp_dropwithreset()