Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_usrreq.c925 (tp) && (tp->t_mpflags & TMPF_RESET)) { in tcp_usr_shutdown()
3015 (tp) && (tp->t_mpflags & TMPF_RESET)) { in tcp_disconnect()
H A Dtcp_var.h576 #define TMPF_RESET 0x00008000 /* Send RST */ macro
H A Dtcp_output.c660 if (tp->t_mpflags & TMPF_RESET) { in tcp_output()
H A Dmptcp_subr.c4512 tp->t_mpflags |= TMPF_RESET; in mptcp_subflow_mustrst_ev()
5529 if (!(tp->t_mpflags & TMPF_RESET)) { in mptcp_send_dfin()
H A Dtcp_subr.c804 if ((tp) && (tp->t_mpflags & TMPF_RESET)) { in tcp_respond()