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()
93 subflows_max, READ_ONCE(pm->accept_subflow)); in mptcp_pm_allow_new_subflow()
96 if (!READ_ONCE(pm->accept_subflow)) in mptcp_pm_allow_new_subflow()
100 if (READ_ONCE(pm->accept_subflow)) { in mptcp_pm_allow_new_subflow()
139 if (READ_ONCE(pm->work_pending) && in mptcp_pm_fully_established()
164 if (!READ_ONCE(pm->work_pending)) in mptcp_pm_subflow_established()
169 if (READ_ONCE(pm->work_pending)) in mptcp_pm_subflow_established()
186 READ_ONCE(pm->accept_addr)); in mptcp_pm_add_addr_received()
192 if (!READ_ONCE(pm->accept_addr)) { in mptcp_pm_add_addr_received()
211 if (mptcp_lookup_anno_list_by_saddr(msk, addr) && READ_ONCE(pm->work_pending)) in mptcp_pm_add_addr_echoed()
343 u32 rcv_tstamp = READ_ONCE(tcp_sk(ssk)->rcv_tstamp); in mptcp_pm_subflow_chk_stale()