Home
last modified time | relevance | path

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

/xnu-10002.81.5/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.c827 !(mpte->mpte_flags & MPTE_ACCESS_GRANTED) && in mptcp_check_subflows_and_add()
6326 mpte->mpte_flags |= MPTE_ACCESS_GRANTED; in mptcp_allow_uuid()
6335 mpte->mpte_flags &= ~(MPTE_ACCESS_GRANTED | MPTE_CELL_PROHIBITED); in mptcp_allow_uuid()
6638 if (mpte->mpte_flags & MPTE_ACCESS_GRANTED && in mptcp_wifi_quality_for_session()