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()
174 VERIFY(!(mp->mpp_flags & MPP_INSIDE_INPUT)); in mpp_try_lock()185 VERIFY(!(mp->mpp_flags & MPP_INSIDE_INPUT)); in mpp_lock()193 VERIFY(!(mp->mpp_flags & MPP_INSIDE_INPUT)); in mpp_unlock()203 VERIFY(!(mp->mpp_flags & MPP_INSIDE_INPUT)); in mpp_getlock()
2897 VERIFY(!(mpte->mpte_mppcb->mpp_flags & MPP_INSIDE_INPUT)); in mptcp_subflow_input()2898 mpte->mpte_mppcb->mpp_flags |= MPP_INSIDE_INPUT; in mptcp_subflow_input()2957 mptcp_handle_deferred_upcalls(mpte->mpte_mppcb, MPP_INSIDE_INPUT); in mptcp_subflow_input()