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

/xnu-2782.1.97/bsd/netinet/
H A Dmptcp_opt.c504 if ((tp->t_mpflags & TMPF_PREESTABLISHED) &&
529 tp->t_mpflags &= ~TMPF_PREESTABLISHED;
556 (tp->t_mpflags & TMPF_PREESTABLISHED) &&
1107 tp->t_mpflags |= TMPF_PREESTABLISHED;
1117 (tp->t_mpflags & TMPF_PREESTABLISHED)) {
1172 tp->t_mpflags &= ~TMPF_PREESTABLISHED;
1183 tp->t_mpflags &= ~TMPF_PREESTABLISHED;
1187 tp->t_mpflags &= ~TMPF_PREESTABLISHED;
1256 if (tp->t_mpflags & TMPF_PREESTABLISHED) {
1261 tp->t_mpflags |= TMPF_PREESTABLISHED | TMPF_JOINED_FLO
[all...]
H A Dtcp_var.h471 #define TMPF_PREESTABLISHED 0x00000001 /* conn in pre-established state */ macro
H A Dmptcp_subr.c3937 tp->t_mpflags |= (TMPF_PREESTABLISHED | TMPF_JOINED_FLOW);
4671 (tp->t_mpflags & TMPF_PREESTABLISHED) &&
4804 if ((tp->t_mpflags & TMPF_PREESTABLISHED) &&
4809 if ((tp->t_mpflags & TMPF_PREESTABLISHED) &&
H A Dtcp_timer.c1115 (tp->t_mpflags & TMPF_PREESTABLISHED) &&
H A Dtcp_input.c3499 if (tp->t_mpflags & TMPF_PREESTABLISHED) {
3505 ~TMPF_PREESTABLISHED;
H A Dtcp_output.c871 if (!(tp->t_mpflags & TMPF_PREESTABLISHED) &&

Completed in 62 milliseconds