Home
last modified time | relevance | path

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

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