Searched refs:mpte_mppcb (Results 1 – 4 of 4) sorted by relevance
277 mpte->mpte_mppcb = mpp; in mptcp_session_create()1225 struct mppcb *mpp = mpte->mpte_mppcb; in mptcp_sched_create_subflows()1362 struct socket *mp_so = mpte->mpte_mppcb->mpp_socket; in mptcp_subflow_attach()2444 if (mptcp_should_defer_upcall(mpte->mpte_mppcb)) { in mptcp_subflow_wupcall()2445 if (!(mpte->mpte_mppcb->mpp_flags & MPP_WUPCALL)) { in mptcp_subflow_wupcall()2446 mpte->mpte_mppcb->mpp_flags |= MPP_SHOULD_WWAKEUP; in mptcp_subflow_wupcall()2472 if (mptcp_should_defer_upcall(mpte->mpte_mppcb)) { in mptcp_subflow_eupcall1()2473 mpte->mpte_mppcb->mpp_flags |= MPP_SHOULD_WORKLOOP; in mptcp_subflow_eupcall1()2867 VERIFY(!(mpte->mpte_mppcb->mpp_flags & MPP_INSIDE_INPUT)); in mptcp_subflow_input()2868 mpte->mpte_mppcb->mpp_flags |= MPP_INSIDE_INPUT; in mptcp_subflow_input()[all …]
61 struct mppcb *mpte_mppcb; /* back ptr to multipath PCB */ member149 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()783 mptcp_handle_deferred_upcalls(mpte->mpte_mppcb, MPP_WUPCALL); in mptcp_output()
660 tptomptp(tp)->mpt_mpte->mpte_mppcb->mpp_inside++; in tcp_garbage_collect()