Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/
H A Dmptcp_var.h112 #define MPTE_ACCESS_GRANTED 0x08 /* Access to cellular has been granted for this con… macro
H A Dmptcp_subr.c825 !(mpte->mpte_flags & MPTE_ACCESS_GRANTED) && in mptcp_check_subflows_and_add()
6314 mpte->mpte_flags |= MPTE_ACCESS_GRANTED; in mptcp_allow_uuid()
6323 mpte->mpte_flags &= ~(MPTE_ACCESS_GRANTED | MPTE_CELL_PROHIBITED); in mptcp_allow_uuid()
6626 if (mpte->mpte_flags & MPTE_ACCESS_GRANTED && in mptcp_wifi_quality_for_session()