Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dmptcp_usrreq.c236 mpte->mpte_flags |= MPTE_FIRSTPARTY; in mptcp_entitlement_check()
247 mpte->mpte_flags |= MPTE_FIRSTPARTY; in mptcp_entitlement_check()
551 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.c373 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcpstats_session_wrapup()
418 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcpstats_session_wrapup()
451 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcpstats_session_wrapup()
772 !!(mpte->mpte_flags & MPTE_FIRSTPARTY), in mptcp_check_subflows_and_add()
827 !(mpte->mpte_flags & MPTE_FIRSTPARTY) && in mptcp_check_subflows_and_add()
4481 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcp_subflow_sosetopt()
6626 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcp_wifi_quality_for_session()
6723 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcp_set_cellicon()
6820 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcp_unset_cellicon()
H A Dtcp_cache.c1321 if (tptomptp(tp)->mpt_mpte->mpte_flags & MPTE_FIRSTPARTY) { in tcp_heuristic_do_mptcp()