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

/xnu-2782.1.97/bsd/netinet/
H A Dmptcp_opt.c1056 tp->t_mpflags |= TMPF_RESET; \
1214 tp->t_mpflags |= TMPF_RESET; \
1786 tp->t_mpflags |= TMPF_RESET;
H A Dtcp_var.h486 #define TMPF_RESET 0x00008000 /* Send RST */ macro
H A Dtcp_usrreq.c843 (tp) && (tp->t_mpflags & TMPF_RESET)) {
2367 (tp) && (tp->t_mpflags & TMPF_RESET))
H A Dtcp_output.c348 if (tp->t_mpflags & TMPF_RESET) {
H A Dtcp_subr.c675 if ((tp) && (tp->t_mpflags & TMPF_RESET))
H A Dmptcp_subr.c3560 tp->t_mpflags |= TMPF_RESET;
4288 if (!(tp->t_mpflags & TMPF_RESET))

Completed in 35 milliseconds