Searched refs:MPP_WUPCALL (Results 1 – 3 of 3) sorted by relevance
80 #define MPP_WUPCALL 0x010 /* MPTCP-stack is handling a read upcall */ macro90 …return !!(mpp->mpp_flags & (MPP_INSIDE_OUTPUT | MPP_INSIDE_INPUT | MPP_INPUT_HANDLE | MPP_WUPCALL)… in mptcp_should_defer_upcall()
691 VERIFY(!(mpte->mpte_mppcb->mpp_flags & MPP_WUPCALL)); in mptcp_output()692 mpte->mpte_mppcb->mpp_flags |= MPP_WUPCALL; in mptcp_output()784 mptcp_handle_deferred_upcalls(mpte->mpte_mppcb, MPP_WUPCALL); in mptcp_output()
3065 if (!(mpte->mpte_mppcb->mpp_flags & MPP_WUPCALL)) { in mptcp_subflow_wupcall()