Home
last modified time | relevance | path

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

/xnu-12377.1.9/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.h113 #define MPTE_FIRSTPARTY 0x04 /* First-party app used multipath_extended entitlem… macro
H A Dmptcp_subr.c377 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcpstats_session_wrapup()
422 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcpstats_session_wrapup()
455 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcpstats_session_wrapup()
778 !!(mpte->mpte_flags & MPTE_FIRSTPARTY), in mptcp_check_subflows_and_add()
833 !(mpte->mpte_flags & MPTE_FIRSTPARTY) && in mptcp_check_subflows_and_add()
4499 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcp_subflow_sosetopt()
6631 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcp_wifi_quality_for_session()
6729 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcp_set_cellicon()
6827 if (mpte->mpte_flags & MPTE_FIRSTPARTY) { in mptcp_unset_cellicon()
H A Dtcp_cache.c1235 if (tptomptp(tp)->mpt_mpte->mpte_flags & MPTE_FIRSTPARTY) { in tcp_heuristic_do_mptcp()