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()
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()
2470 if (!(mpte->mpte_mppcb->mpp_flags & MPP_WUPCALL)) { in mptcp_subflow_wupcall()