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()2455 if (mptcp_should_defer_upcall(mpte->mpte_mppcb)) { in mptcp_subflow_wupcall()2456 if (!(mpte->mpte_mppcb->mpp_flags & MPP_WUPCALL)) { in mptcp_subflow_wupcall()2457 mpte->mpte_mppcb->mpp_flags |= MPP_SHOULD_WWAKEUP; in mptcp_subflow_wupcall()2483 if (mptcp_should_defer_upcall(mpte->mpte_mppcb)) { in mptcp_subflow_eupcall1()2484 mpte->mpte_mppcb->mpp_flags |= MPP_SHOULD_WORKLOOP; in mptcp_subflow_eupcall1()2878 VERIFY(!(mpte->mpte_mppcb->mpp_flags & MPP_INSIDE_INPUT)); in mptcp_subflow_input()2879 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()
696 VERIFY(!(mpte->mpte_mppcb->mpp_flags & MPP_WUPCALL)); in mptcp_output()697 mpte->mpte_mppcb->mpp_flags |= MPP_WUPCALL; in mptcp_output()786 mptcp_handle_deferred_upcalls(mpte->mpte_mppcb, MPP_WUPCALL); in mptcp_output()
657 tptomptp(tp)->mpt_mpte->mpte_mppcb->mpp_inside++; in tcp_garbage_collect()