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

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_opt.c167 if (tp->t_mpflags & TMPF_BACKUP_PATH)
184 tp->t_mpflags |= TMPF_BACKUP_PATH;
258 tp->t_mpflags &= ~TMPF_SND_MPFAIL;
264 tp->t_mpflags &= ~TMPF_SND_MPFAIL;
279 tp->t_mpflags &= ~TMPF_SND_MPFAIL;
353 tp->t_mpflags |= TMPF_INFIN_SENT;
439 "tp->t_mpflags %x"
440 "len %d\n", __func__, optlen, flags, tp->t_mpflags,
446 if (tp->t_mpflags & TMPF_FASTCLOSE) {
452 if (tp->t_mpflags
[all...]
H A Dmptcp_subr.c1629 tp->t_mpflags |= TMPF_SND_REM_ADDR;
2418 if (sototcpcb(so)->t_mpflags & TMPF_MPTCP_TRUE)
2681 if (sototcpcb(so)->t_mpflags & TMPF_MPTCP_TRUE)
2686 if (sototcpcb(so)->t_mpflags & TMPF_TCP_FALLBACK) {
2694 if (sototcpcb(so)->t_mpflags & TMPF_MPTCP_READY)
3296 tp->t_mpflags &=
3298 tp->t_mpflags |= TMPF_TCP_FALLBACK;
3304 tp->t_mpflags |= TMPF_RESET;
3673 tp->t_mpflags |= (TMPF_PREESTABLISHED | TMPF_JOINED_FLOW);
4015 if (!(tp->t_mpflags
[all...]
H A Dmptcp.c477 tp->t_mpflags &= ~TMPF_SEND_DFIN;
537 tp->t_mpflags |= TMPF_EMBED_DSN;
601 if (!(tp->t_mpflags & TMPF_EMBED_DSN))
604 if (tp->t_mpflags & TMPF_TCP_FALLBACK)
H A Dtcp_output.c338 if (tp->t_mpflags & TMPF_RESET) {
822 if ((tp->t_mpflags & TMPF_SND_MPPRIO) ||
823 (tp->t_mpflags & TMPF_SND_REM_ADDR) ||
824 (tp->t_mpflags & TMPF_SND_MPFAIL)) {
1265 tp->t_mpflags |= (TMPF_SEND_DSN |
1268 tp->t_mpflags |= TMPF_MPTCP_ACKNOW;
1271 tp->t_mpflags &= ~TMPF_SEND_DSN;
1454 if (tp->t_mpflags & TMPF_MPTCP_TRUE) {
1520 if ((tp->t_mpflags & TMPF_MPTCP_TRUE) ||
1521 (tp->t_mpflags
[all...]
H A Dtcp_input.c2189 tp->t_mpflags |= TMPF_SND_MPFAIL;
2190 tp->t_mpflags &= ~TMPF_EMBED_DSN;
2564 if ((tp->t_mpflags & TMPF_MPTCP_TRUE) &&
2829 if ((!(tp->t_mpflags & TMPF_MPTCP_TRUE)) &&
2830 (tp->t_mpflags & TMPF_SENT_JOIN)) {
3296 if ((!(tp->t_mpflags & TMPF_MPTCP_TRUE)) &&
3297 (tp->t_mpflags & TMPF_SENT_JOIN)) {
3328 if ((tp->t_mpflags & TMPF_MPTCP_TRUE) &&
3329 !(tp->t_mpflags & TMPF_MPTCP_READY)) {
3335 if (tp->t_mpflags
[all...]
H A Dtcp_timer.c711 (tp->t_mpflags & TMPF_MPTCP_TRUE)) {
924 if ((tp->t_mpflags & TMPF_MPTCP_TRUE) &&
1030 (tp->t_mpflags & TMPF_PREESTABLISHED) &&
1031 (tp->t_mpflags & TMPF_JOINED_FLOW)) {
H A Dmptcp_usrreq.c581 tp->t_mpflags |= TMPF_SND_MPPRIO;
583 tp->t_mpflags &= ~TMPF_BACKUP_PATH;
585 tp->t_mpflags |= TMPF_BACKUP_PATH;
H A Dtcp_subr.c652 if ((tp) && (tp->t_mpflags & TMPF_RESET))
775 if (!(tp->t_mpflags & TMPF_MPTCP_TRUE))
1182 tp->t_mpflags = 0;
2605 if (tp->t_mpflags & TMPF_MPTCP_TRUE) {
H A Dtcp_usrreq.c799 (tp) && (tp->t_mpflags & TMPF_RESET)) {
2261 (tp) && (tp->t_mpflags & TMPF_RESET))
H A Dtcp_var.h428 u_int32_t t_mpflags; /* flags for multipath TCP */ member in struct:tcpcb

Completed in 118 milliseconds