Searched refs:MPP_INSIDE_INPUT (Results 1 – 3 of 3) sorted by relevance
78 #define MPP_INSIDE_INPUT 0x004 /* MPTCP-stack is inside mptcp_subflow_input */ macro90 …return !!(mpp->mpp_flags & (MPP_INSIDE_OUTPUT | MPP_INSIDE_INPUT | MPP_INPUT_HANDLE | MPP_WUPCALL)… in mptcp_should_defer_upcall()
171 VERIFY(!(mp->mpp_flags & MPP_INSIDE_INPUT)); in mpp_try_lock()182 VERIFY(!(mp->mpp_flags & MPP_INSIDE_INPUT)); in mpp_lock()190 VERIFY(!(mp->mpp_flags & MPP_INSIDE_INPUT)); in mpp_unlock()200 VERIFY(!(mp->mpp_flags & MPP_INSIDE_INPUT)); in mpp_getlock()
2926 VERIFY(!(mpte->mpte_mppcb->mpp_flags & MPP_INSIDE_INPUT)); in mptcp_subflow_input()2927 mpte->mpte_mppcb->mpp_flags |= MPP_INSIDE_INPUT; in mptcp_subflow_input()2991 mptcp_handle_deferred_upcalls(mpte->mpte_mppcb, MPP_INSIDE_INPUT); in mptcp_subflow_input()