Searched refs:mpte_mppcb (Results 1 – 4 of 4) sorted by relevance
281 mpte->mpte_mppcb = mpp; in mptcp_session_create()1231 struct mppcb *mpp = mpte->mpte_mppcb; in mptcp_sched_create_subflows()1368 struct socket *mp_so = mpte->mpte_mppcb->mpp_socket; in mptcp_subflow_attach()2469 if (mptcp_should_defer_upcall(mpte->mpte_mppcb)) { in mptcp_subflow_wupcall()2470 if (!(mpte->mpte_mppcb->mpp_flags & MPP_WUPCALL)) { in mptcp_subflow_wupcall()2471 mpte->mpte_mppcb->mpp_flags |= MPP_SHOULD_WWAKEUP; in mptcp_subflow_wupcall()2497 if (mptcp_should_defer_upcall(mpte->mpte_mppcb)) { in mptcp_subflow_eupcall1()2498 mpte->mpte_mppcb->mpp_flags |= MPP_SHOULD_WORKLOOP; in mptcp_subflow_eupcall1()2894 VERIFY(!(mpte->mpte_mppcb->mpp_flags & MPP_INSIDE_INPUT)); in mptcp_subflow_input()2895 mpte->mpte_mppcb->mpp_flags |= MPP_INSIDE_INPUT; in mptcp_subflow_input()[all …]
63 struct mppcb *mpte_mppcb; /* back ptr to multipath PCB */ member151 return mpte->mpte_mppcb->mpp_socket; in mptetoso()
703 VERIFY(!(mpte->mpte_mppcb->mpp_flags & MPP_WUPCALL)); in mptcp_output()704 mpte->mpte_mppcb->mpp_flags |= MPP_WUPCALL; in mptcp_output()793 mptcp_handle_deferred_upcalls(mpte->mpte_mppcb, MPP_WUPCALL); in mptcp_output()
654 tptomptp(tp)->mpt_mpte->mpte_mppcb->mpp_inside++; in tcp_garbage_collect()