Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_usrreq.c1017 (tp) && (tp->t_mpflags & TMPF_RESET)) { in tcp_usr_shutdown()
3171 (tp) && (tp->t_mpflags & TMPF_RESET)) { in tcp_disconnect()
H A Dtcp_var.h723 #define TMPF_RESET 0x00008000 /* Send RST */ macro
H A Dmptcp_subr.c4344 tp->t_mpflags |= TMPF_RESET; in mptcp_subflow_mustrst_ev()
5410 if (!(tp->t_mpflags & TMPF_RESET)) { in mptcp_send_dfin()
H A Dtcp_output.c806 if (tp->t_mpflags & TMPF_RESET) { in tcp_output()
H A Dtcp_subr.c831 if ((tp) && (tp->t_mpflags & TMPF_RESET)) { in tcp_respond()