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

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_opt.c98 if (mp_tp->mpt_flags & MPTCPF_CHECKSUM)
130 if (mp_tp->mpt_flags & MPTCPF_CHECKSUM)
303 if (mp_tp->mpt_flags & MPTCPF_CHECKSUM)
316 if (mp_tp->mpt_flags & MPTCPF_RECVD_MPFAIL) {
428 if (mp_tp->mpt_flags & MPTCPF_CHECKSUM)
481 if (mp_tp->mpt_flags & MPTCPF_CHECKSUM)
538 if (mp_tp->mpt_flags & MPTCPF_SND_64BITDSN) {
541 if (mp_tp->mpt_flags & MPTCPF_SND_64BITACK) {
764 mp_tp->mpt_flags &= ~MPTCPF_SND_64BITACK;
1022 mp_tp->mpt_flags |
[all...]
H A Dmptcp.c511 if ((mp_tp->mpt_flags & MPTCPF_CHECKSUM) && (csum != 0)) {
598 if (!(mp_tp->mpt_flags & MPTCPF_CHECKSUM))
643 if (!(mp_tp->mpt_flags & MPTCPF_CHECKSUM))
H A Dmptcp_subr.c1289 if (!(mp_tp->mpt_flags & MPTCPF_JOIN_READY))
1797 mp_tp->mpt_flags |= MPTCPF_SND_64BITDSN;
2535 mp_tp->mpt_flags |= MPTCPF_PEEL_OFF;
2540 mp_tp->mpt_flags |= MPTCPF_PEEL_OFF;
2700 mp_tp->mpt_flags |= MPTCPF_FALLBACK_TO_TCP;
2701 mp_tp->mpt_flags &= ~MPTCPF_JOIN_READY;
2704 if (mp_tp->mpt_flags & MPTCPF_FALLBACK_TO_TCP) {
2705 VERIFY(!(mp_tp->mpt_flags & MPTCPF_JOIN_READY));
2708 mp_tp->mpt_flags |= MPTCPF_JOIN_READY;
2712 mptcplog2((LOG_DEBUG, "%s: mp_so 0x%llx mpt_flags
[all...]
H A Dmptcp_var.h287 u_int32_t mpt_flags; /* see flags below */ member in struct:mptcb
335 /* valid values for mpt_flags (see also notes on mpts_flags above) */
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d98 flags = T->mpt_flags;

Completed in 44 milliseconds