Searched refs:t_mpflags (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dmptcp_opt.c187 if (tp->t_mpflags & TMPF_BACKUP_PATH)
204 tp->t_mpflags |= TMPF_BACKUP_PATH;
247 tp->t_mpflags |= TMPF_FASTJOINBY2_SEND;
287 tp->t_mpflags &= ~TMPF_SND_MPFAIL;
293 tp->t_mpflags &= ~TMPF_SND_MPFAIL;
308 tp->t_mpflags &= ~TMPF_SND_MPFAIL;
381 tp->t_mpflags |= TMPF_INFIN_SENT;
446 u_int32_t old_mpt_flags = tp->t_mpflags &
470 "tp->t_mpflags %x"
471 "len %d\n", __func__, optlen, flags, tp->t_mpflags,
[all...]
H A Dmptcp.c577 if ((tp->t_mpflags & TMPF_TCP_FALLBACK) &&
590 tp->t_mpflags &= ~TMPF_SEND_DFIN;
650 tp->t_mpflags |= TMPF_EMBED_DSN;
714 if (!(tp->t_mpflags & TMPF_EMBED_DSN))
717 if (tp->t_mpflags & TMPF_TCP_FALLBACK)
H A Dmptcp_subr.c1704 tp->t_mpflags |= TMPF_SND_REM_ADDR;
1895 tp->t_mpflags |= TMPF_FASTJOIN_SEND;
2611 if (sototcpcb(so)->t_mpflags & TMPF_MPTCP_TRUE)
2895 if (sototcpcb(so)->t_mpflags & TMPF_MPTCP_TRUE)
2900 if (sototcpcb(so)->t_mpflags & TMPF_TCP_FALLBACK) {
2908 if (sototcpcb(so)->t_mpflags & TMPF_MPTCP_READY)
3552 tp->t_mpflags &=
3554 tp->t_mpflags |= TMPF_TCP_FALLBACK;
3560 tp->t_mpflags |= TMPF_RESET;
3937 tp->t_mpflags |
[all...]
H A Dtcp_output.c348 if (tp->t_mpflags & TMPF_RESET) {
668 if ((tp->t_mpflags & TMPF_FASTJOIN_SEND) &&
869 !(tp->t_mpflags & TMPF_TCP_FALLBACK)) {
871 if (!(tp->t_mpflags & TMPF_PREESTABLISHED) &&
873 ((tp->t_mpflags & TMPF_SND_MPPRIO) ||
874 (tp->t_mpflags & TMPF_SND_REM_ADDR) ||
875 (tp->t_mpflags & TMPF_SND_MPFAIL))) {
1331 tp->t_mpflags |= (TMPF_SEND_DSN |
1334 tp->t_mpflags |= TMPF_MPTCP_ACKNOW;
1338 tp->t_mpflags
[all...]
H A Dtcp_input.c2351 tp->t_mpflags |= TMPF_SND_MPFAIL;
2352 tp->t_mpflags &= ~TMPF_EMBED_DSN;
2718 if ((tp->t_mpflags & TMPF_MPTCP_TRUE) &&
2993 if ((!(tp->t_mpflags & TMPF_MPTCP_TRUE)) &&
2994 (tp->t_mpflags & TMPF_SENT_JOIN)) {
3467 if ((!(tp->t_mpflags & TMPF_MPTCP_TRUE)) &&
3468 (tp->t_mpflags & TMPF_SENT_JOIN)) {
3499 if (tp->t_mpflags & TMPF_PREESTABLISHED) {
3502 if (tp->t_mpflags & TMPF_JOINED_FLOW) {
3503 if (tp->t_mpflags
[all...]
H A Dtcp_timer.c755 (tp->t_mpflags & TMPF_MPTCP_TRUE)) {
990 if ((tp->t_mpflags & TMPF_MPTCP_TRUE) &&
1115 (tp->t_mpflags & TMPF_PREESTABLISHED) &&
1116 (tp->t_mpflags & TMPF_JOINED_FLOW)) {
H A Dmptcp_usrreq.c586 tp->t_mpflags |= TMPF_SND_MPPRIO;
588 tp->t_mpflags &= ~TMPF_BACKUP_PATH;
590 tp->t_mpflags |= TMPF_BACKUP_PATH;
H A Dtcp_subr.c675 if ((tp) && (tp->t_mpflags & TMPF_RESET))
804 if (!(tp->t_mpflags & TMPF_MPTCP_TRUE))
1219 tp->t_mpflags = 0;
2691 if (tp->t_mpflags & TMPF_MPTCP_TRUE) {
H A Dtcp_var.h469 u_int32_t t_mpflags; /* flags for multipath TCP */ member in struct:tcpcb
H A Dtcp_usrreq.c843 (tp) && (tp->t_mpflags & TMPF_RESET)) {
2367 (tp) && (tp->t_mpflags & TMPF_RESET))

Completed in 109 milliseconds