Searched refs:MPTCPF_POST_FALLBACK_SYNC (Results 1 – 3 of 3) sorted by relevance
440 #define MPTCPF_POST_FALLBACK_SYNC 0x080 /* Post fallback resend data */ macro
1126 !(mp_tp->mpt_flags & MPTCPF_POST_FALLBACK_SYNC) && in mptcp_data_ack_rcvd()1130 mp_tp->mpt_flags |= MPTCPF_POST_FALLBACK_SYNC; in mptcp_data_ack_rcvd()
3117 (mp_tp->mpt_flags & MPTCPF_POST_FALLBACK_SYNC) && in mptcp_subflow_output()3133 !(mp_tp->mpt_flags & MPTCPF_POST_FALLBACK_SYNC)) { in mptcp_subflow_output()3134 mp_tp->mpt_flags |= MPTCPF_POST_FALLBACK_SYNC; in mptcp_subflow_output()