Lines Matching refs:READ_ONCE
21 u8 add_addr = READ_ONCE(msk->pm.addr_signal); in mptcp_pm_announce_addr()
46 u8 rm_addr = READ_ONCE(msk->pm.addr_signal); in mptcp_pm_remove_addr()
96 subflows_max, READ_ONCE(pm->accept_subflow)); in mptcp_pm_allow_new_subflow()
99 if (!READ_ONCE(pm->accept_subflow)) in mptcp_pm_allow_new_subflow()
103 if (READ_ONCE(pm->accept_subflow)) { in mptcp_pm_allow_new_subflow()
142 if (READ_ONCE(pm->work_pending) && in mptcp_pm_fully_established()
167 if (!READ_ONCE(pm->work_pending)) in mptcp_pm_subflow_established()
172 if (READ_ONCE(pm->work_pending)) in mptcp_pm_subflow_established()
186 if (!READ_ONCE(pm->work_pending) && !update_subflows) in mptcp_pm_subflow_check_next()
210 READ_ONCE(pm->accept_addr)); in mptcp_pm_add_addr_received()
223 } else if (!READ_ONCE(pm->accept_addr)) { in mptcp_pm_add_addr_received()
244 if (mptcp_lookup_anno_list_by_saddr(msk, addr) && READ_ONCE(pm->work_pending)) in mptcp_pm_add_addr_echoed()
305 if (!READ_ONCE(msk->allow_infinite_fallback)) in mptcp_pm_mp_fail_received()
407 u32 rcv_tstamp = READ_ONCE(tcp_sk(ssk)->rcv_tstamp); in mptcp_pm_subflow_chk_stale()