Searched refs:TMPF_MPTCP_ACKNOW (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dmptcp_opt.c700 tp->t_mpflags &= ~TMPF_MPTCP_ACKNOW;
706 !(tp->t_mpflags & TMPF_MPTCP_ACKNOW)) {
756 tp->t_mpflags &= ~TMPF_MPTCP_ACKNOW;
761 if ((tp->t_mpflags & TMPF_MPTCP_ACKNOW) &&
785 tp->t_mpflags &= ~TMPF_MPTCP_ACKNOW;
790 if ((tp->t_mpflags & TMPF_MPTCP_ACKNOW) &&
817 tp->t_mpflags &= ~TMPF_MPTCP_ACKNOW;
825 (tp->t_mpflags & TMPF_MPTCP_ACKNOW)) {
878 tp->t_mpflags &= ~TMPF_MPTCP_ACKNOW;
886 (tp->t_mpflags & TMPF_MPTCP_ACKNOW)) {
[all...]
H A Dtcp_var.h480 #define TMPF_MPTCP_ACKNOW 0x00000200 /* Send Data ACK */ macro
H A Dtcp_output.c1332 TMPF_MPTCP_ACKNOW);
1334 tp->t_mpflags |= TMPF_MPTCP_ACKNOW;
H A Dmptcp_subr.c4510 tp->t_mpflags |= TMPF_MPTCP_ACKNOW;

Completed in 55 milliseconds