Searched refs:MPTCPF_RCVD_64BITACK (Results 1 – 2 of 2) sorted by relevance
1195 if (mp_tp->mpt_flags & MPTCPF_RCVD_64BITACK) { in mptcp_do_dss_opt_ack_meat()1196 mp_tp->mpt_flags &= ~MPTCPF_RCVD_64BITACK; in mptcp_do_dss_opt_ack_meat()1333 mp_tp->mpt_flags |= MPTCPF_RCVD_64BITACK; in mptcp_do_dss_opt_meat()1385 mp_tp->mpt_flags |= MPTCPF_RCVD_64BITACK; in mptcp_do_dss_opt_meat()1416 mp_tp->mpt_flags |= MPTCPF_RCVD_64BITACK; in mptcp_do_dss_opt_meat()
439 #define MPTCPF_RCVD_64BITACK 0x040 /* Received 64-bit Data ACK */ macro