Home
last modified time | relevance | path

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

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