Searched refs:mpte_mppcb (Results 1 – 4 of 4) sorted by relevance
274 mpte->mpte_mppcb = mpp; in mptcp_session_create()1220 struct mppcb *mpp = mpte->mpte_mppcb; in mptcp_sched_create_subflows()1358 struct socket *mp_so = mpte->mpte_mppcb->mpp_socket; in mptcp_subflow_attach()2430 if (mptcp_should_defer_upcall(mpte->mpte_mppcb)) { in mptcp_subflow_wupcall()2431 if (!(mpte->mpte_mppcb->mpp_flags & MPP_WUPCALL)) { in mptcp_subflow_wupcall()2432 mpte->mpte_mppcb->mpp_flags |= MPP_SHOULD_WWAKEUP; in mptcp_subflow_wupcall()2458 if (mptcp_should_defer_upcall(mpte->mpte_mppcb)) { in mptcp_subflow_eupcall1()2459 mpte->mpte_mppcb->mpp_flags |= MPP_SHOULD_WORKLOOP; in mptcp_subflow_eupcall1()2856 VERIFY(!(mpte->mpte_mppcb->mpp_flags & MPP_INSIDE_INPUT)); in mptcp_subflow_input()2857 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()
691 VERIFY(!(mpte->mpte_mppcb->mpp_flags & MPP_WUPCALL)); in mptcp_output()692 mpte->mpte_mppcb->mpp_flags |= MPP_WUPCALL; in mptcp_output()782 mptcp_handle_deferred_upcalls(mpte->mpte_mppcb, MPP_WUPCALL); in mptcp_output()
643 tptomptp(tp)->mpt_mpte->mpte_mppcb->mpp_inside++; in tcp_garbage_collect()