Home
last modified time | relevance | path

Searched refs:MPTE_IN_WORKLOOP (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/bsd/netinet/
H A Dmptcp_var.h114 #define MPTE_IN_WORKLOOP 0x20 /* Are we currently inside the workloop ? */ macro
H A Dmptcp_subr.c4814 if (mpte->mpte_flags & MPTE_IN_WORKLOOP) { in mptcp_subflow_workloop()
4818 mpte->mpte_flags |= MPTE_IN_WORKLOOP; in mptcp_subflow_workloop()
4940 mpte->mpte_flags &= ~MPTE_IN_WORKLOOP; in mptcp_subflow_workloop()