Searched refs:TMPF_RESET (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_opt.c977 tp->t_mpflags |= TMPF_RESET; \
1135 tp->t_mpflags |= TMPF_RESET; \
1700 tp->t_mpflags |= TMPF_RESET;
H A Dtcp_usrreq.c799 (tp) && (tp->t_mpflags & TMPF_RESET)) {
2261 (tp) && (tp->t_mpflags & TMPF_RESET))
H A Dtcp_var.h445 #define TMPF_RESET 0x00008000 /* Send RST */ macro
H A Dtcp_output.c338 if (tp->t_mpflags & TMPF_RESET) {
H A Dmptcp_subr.c3304 tp->t_mpflags |= TMPF_RESET;
4015 if (!(tp->t_mpflags & TMPF_RESET))
H A Dtcp_subr.c652 if ((tp) && (tp->t_mpflags & TMPF_RESET))

Completed in 57 milliseconds