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

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_opt.c465 if ((tp->t_mpflags & TMPF_PREESTABLISHED) &&
490 tp->t_mpflags &= ~TMPF_PREESTABLISHED;
517 (tp->t_mpflags & TMPF_PREESTABLISHED) &&
1028 tp->t_mpflags |= TMPF_PREESTABLISHED;
1038 (tp->t_mpflags & TMPF_PREESTABLISHED)) {
1093 tp->t_mpflags &= ~TMPF_PREESTABLISHED;
1104 tp->t_mpflags &= ~TMPF_PREESTABLISHED;
1108 tp->t_mpflags &= ~TMPF_PREESTABLISHED;
1177 if (tp->t_mpflags & TMPF_PREESTABLISHED) {
1182 tp->t_mpflags |= TMPF_PREESTABLISHED | TMPF_JOINED_FLO
[all...]
H A Dtcp_var.h430 #define TMPF_PREESTABLISHED 0x00000001 /* conn in pre-established state */ macro
H A Dtcp_timer.c1030 (tp->t_mpflags & TMPF_PREESTABLISHED) &&
H A Dmptcp_subr.c3673 tp->t_mpflags |= (TMPF_PREESTABLISHED | TMPF_JOINED_FLOW);
4503 if ((tp->t_mpflags & TMPF_PREESTABLISHED) &&
4508 if ((tp->t_mpflags & TMPF_PREESTABLISHED) &&
H A Dtcp_input.c3335 if (tp->t_mpflags & TMPF_PREESTABLISHED) {
3341 ~TMPF_PREESTABLISHED;

Completed in 54 milliseconds