Home
last modified time | relevance | path

Searched refs:TMPF_RESET (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_usrreq.c1017 (tp) && (tp->t_mpflags & TMPF_RESET)) { in tcp_usr_shutdown()
3168 (tp) && (tp->t_mpflags & TMPF_RESET)) { in tcp_disconnect()
H A Dtcp_var.h759 #define TMPF_RESET 0x00008000 /* Send RST */ macro
H A Dmptcp_subr.c4352 tp->t_mpflags |= TMPF_RESET; in mptcp_subflow_mustrst_ev()
5418 if (!(tp->t_mpflags & TMPF_RESET)) { in mptcp_send_dfin()
H A Dtcp_output.c1038 if (tp->t_mpflags & TMPF_RESET) { in tcp_output()
H A Dtcp_subr.c1003 if ((tp) && (tp->t_mpflags & TMPF_RESET)) { in tcp_respond()