Home
last modified time | relevance | path

Searched refs:MPTCPF_POST_FALLBACK_SYNC (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/bsd/netinet/
H A Dmptcp_var.h438 #define MPTCPF_POST_FALLBACK_SYNC 0x080 /* Post fallback resend data */ macro
H A Dmptcp_opt.c1133 !(mp_tp->mpt_flags & MPTCPF_POST_FALLBACK_SYNC) && in mptcp_data_ack_rcvd()
1137 mp_tp->mpt_flags |= MPTCPF_POST_FALLBACK_SYNC; in mptcp_data_ack_rcvd()
H A Dmptcp_subr.c3126 (mp_tp->mpt_flags & MPTCPF_POST_FALLBACK_SYNC) && in mptcp_subflow_output()
3142 !(mp_tp->mpt_flags & MPTCPF_POST_FALLBACK_SYNC)) { in mptcp_subflow_output()
3143 mp_tp->mpt_flags |= MPTCPF_POST_FALLBACK_SYNC; in mptcp_subflow_output()