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

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_opt.c652 tp->t_mpflags &= ~TMPF_MPTCP_ACKNOW;
658 !(tp->t_mpflags & TMPF_MPTCP_ACKNOW)) {
708 tp->t_mpflags &= ~TMPF_MPTCP_ACKNOW;
713 if ((tp->t_mpflags & TMPF_MPTCP_ACKNOW) &&
737 tp->t_mpflags &= ~TMPF_MPTCP_ACKNOW;
742 if ((tp->t_mpflags & TMPF_MPTCP_ACKNOW) &&
769 tp->t_mpflags &= ~TMPF_MPTCP_ACKNOW;
777 (tp->t_mpflags & TMPF_MPTCP_ACKNOW)) {
830 tp->t_mpflags &= ~TMPF_MPTCP_ACKNOW;
838 (tp->t_mpflags & TMPF_MPTCP_ACKNOW)) {
[all...]
H A Dtcp_output.c1266 TMPF_MPTCP_ACKNOW);
1268 tp->t_mpflags |= TMPF_MPTCP_ACKNOW;
H A Dtcp_var.h439 #define TMPF_MPTCP_ACKNOW 0x00000200 /* Send Data ACK */ macro
H A Dmptcp_subr.c4236 tp->t_mpflags |= TMPF_MPTCP_ACKNOW;

Completed in 44 milliseconds