Home
last modified time | relevance | path

Searched refs:MPP_WUPCALL (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/bsd/netinet/
H A Dmp_pcb.h80 #define MPP_WUPCALL 0x010 /* MPTCP-stack is handling a read upcall */ macro
90 …return !!(mpp->mpp_flags & (MPP_INSIDE_OUTPUT | MPP_INSIDE_INPUT | MPP_INPUT_HANDLE | MPP_WUPCALL)… in mptcp_should_defer_upcall()
H A Dmptcp.c691 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()
H A Dmptcp_subr.c3065 if (!(mpte->mpte_mppcb->mpp_flags & MPP_WUPCALL)) { in mptcp_subflow_wupcall()