Searched refs:mpte_mppcb (Results 1 – 4 of 4) sorted by relevance
276 mpte->mpte_mppcb = mpp; in mptcp_session_create()1223 struct mppcb *mpp = mpte->mpte_mppcb; in mptcp_sched_create_subflows()1360 struct socket *mp_so = mpte->mpte_mppcb->mpp_socket; in mptcp_subflow_attach()2442 if (mptcp_should_defer_upcall(mpte->mpte_mppcb)) { in mptcp_subflow_wupcall()2443 if (!(mpte->mpte_mppcb->mpp_flags & MPP_WUPCALL)) { in mptcp_subflow_wupcall()2444 mpte->mpte_mppcb->mpp_flags |= MPP_SHOULD_WWAKEUP; in mptcp_subflow_wupcall()2470 if (mptcp_should_defer_upcall(mpte->mpte_mppcb)) { in mptcp_subflow_eupcall1()2471 mpte->mpte_mppcb->mpp_flags |= MPP_SHOULD_WORKLOOP; in mptcp_subflow_eupcall1()2866 VERIFY(!(mpte->mpte_mppcb->mpp_flags & MPP_INSIDE_INPUT)); in mptcp_subflow_input()2867 mpte->mpte_mppcb->mpp_flags |= MPP_INSIDE_INPUT; in mptcp_subflow_input()[all …]
61 struct mppcb *mpte_mppcb; /* back ptr to multipath PCB */ member148 return mpte->mpte_mppcb->mpp_socket; in mptetoso()
693 VERIFY(!(mpte->mpte_mppcb->mpp_flags & MPP_WUPCALL)); in mptcp_output()694 mpte->mpte_mppcb->mpp_flags |= MPP_WUPCALL; in mptcp_output()784 mptcp_handle_deferred_upcalls(mpte->mpte_mppcb, MPP_WUPCALL); in mptcp_output()
659 tptomptp(tp)->mpt_mpte->mpte_mppcb->mpp_inside++; in tcp_garbage_collect()