Home
last modified time | relevance | path

Searched refs:MPTE_FIRSTPARTY (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.61.2/bsd/netinet/
H A Dmptcp_usrreq.c234 mpte->mpte_flags |= MPTE_FIRSTPARTY; in mptcp_entitlement_check()
245 mpte->mpte_flags |= MPTE_FIRSTPARTY; in mptcp_entitlement_check()
549 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcp_getconninfo()
H A Dmptcp_var.h111 #define MPTE_FIRSTPARTY 0x04 /* First-party app used multipath_extended entitlem… macro
H A Dmptcp_subr.c370 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcpstats_session_wrapup()
415 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcpstats_session_wrapup()
448 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcpstats_session_wrapup()
769 !!(mpte->mpte_flags & MPTE_FIRSTPARTY), in mptcp_check_subflows_and_add()
824 !(mpte->mpte_flags & MPTE_FIRSTPARTY) && in mptcp_check_subflows_and_add()
4451 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcp_subflow_sosetopt()
6598 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcp_wifi_quality_for_session()
6695 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcp_set_cellicon()
6792 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcp_unset_cellicon()
H A Dtcp_cache.c1316 if (tptomptp(tp)->mpt_mpte->mpte_flags & MPTE_FIRSTPARTY) { in tcp_heuristic_do_mptcp()