Searched refs:TMPF_RESET (Results 1 – 5 of 5) sorted by relevance
1017 (tp) && (tp->t_mpflags & TMPF_RESET)) { in tcp_usr_shutdown()3168 (tp) && (tp->t_mpflags & TMPF_RESET)) { in tcp_disconnect()
759 #define TMPF_RESET 0x00008000 /* Send RST */ macro
4352 tp->t_mpflags |= TMPF_RESET; in mptcp_subflow_mustrst_ev()5418 if (!(tp->t_mpflags & TMPF_RESET)) { in mptcp_send_dfin()
1038 if (tp->t_mpflags & TMPF_RESET) { in tcp_output()
1003 if ((tp) && (tp->t_mpflags & TMPF_RESET)) { in tcp_respond()